diff --git a/new_targets/quotes_link.ms.sql b/new_targets/quotes_link.ms.sql new file mode 100644 index 0000000..91800e8 --- /dev/null +++ b/new_targets/quotes_link.ms.sql @@ -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 \ No newline at end of file