ad hoc link to target prices

This commit is contained in:
Paul Trowbridge 2025-07-28 11:35:05 -04:00
parent c1e647c193
commit 1459f8c0f9

View File

@ -0,0 +1,15 @@
SELECT
lq.*
,t.*
FROM
rlarp.live_quotes lq
OUTER APPLY pricing.fn_single_price_call(
lq.billto,
lq.shipto,
lq.part,
substring(lq.part,1,8),
lq.v1ds,
lq.units_each
) t
--WHERE
-- qid = 112794