12 lines
141 B
MySQL
12 lines
141 B
MySQL
|
-- Verify numerus:quote_amount on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select quote_id
|
||
|
, subtotal
|
||
|
, total
|
||
|
from numerus.quote_amount
|
||
|
where false;
|
||
|
|
||
|
rollback;
|