numerus/verify/quote_amount.sql

12 lines
141 B
MySQL
Raw Normal View History

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