12 lines
165 B
MySQL
12 lines
165 B
MySQL
|
-- Verify numerus:quote_product_amount on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select quote_product_id
|
||
|
, subtotal
|
||
|
, total
|
||
|
from numerus.quote_product_amount
|
||
|
where false;
|
||
|
|
||
|
rollback;
|