commit: 2025-08-07 00:05:59

This commit is contained in:
Paul Trowbridge 2025-08-07 00:05:59 -04:00
parent c6f817526f
commit 8d1c6995c6

View File

@ -1,3 +1,4 @@
SELECT jsonb_pretty(expl) FROM
pricequote.single_price_call(
'GRIF0001' ,
@ -39,7 +40,6 @@ FROM
q.billto
,q.shipto
,q.part
,substring(q.part,1,8)
,q.v1ds
,q.units_each
) p ON TRUE