numerus/verify/quote_amount.sql

12 lines
141 B
PL/PgSQL

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