numerus/verify/quote_product_amount.sql

12 lines
165 B
MySQL
Raw Normal View History

-- Verify numerus:quote_product_amount on pg
begin;
select quote_product_id
, subtotal
, total
from numerus.quote_product_amount
where false;
rollback;