-- Verify camper:invoice_product_amount on pg
begin;
select invoice_product_id
, subtotal
, total
from camper.invoice_product_amount
where false;
rollback;