price_api/sql/db_apply.pg.sql

6 lines
129 B
SQL

SELECT
rlarp.get_guidance(lq.billto, lq.shipto, lq.part, lq.units_each, 2024)
FROM
pricequote.live_quotes lq
LIMIT 100