11 lines
132 B
MySQL
11 lines
132 B
MySQL
|
-- Verify numerus:quote_contact on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select quote_id
|
||
|
, contact_id
|
||
|
from numerus.quote_contact
|
||
|
where false;
|
||
|
|
||
|
rollback;
|