numerus/verify/quote_contact.sql

11 lines
132 B
PL/PgSQL

-- Verify numerus:quote_contact on pg
begin;
select quote_id
, contact_id
from numerus.quote_contact
where false;
rollback;