11 lines
156 B
MySQL
11 lines
156 B
MySQL
|
-- Verify numerus:quote_product_product on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select quote_product_id
|
||
|
, product_id
|
||
|
from numerus.quote_product_product
|
||
|
where false;
|
||
|
|
||
|
rollback;
|