testing
This commit is contained in:
parent
ca2e9ea3be
commit
1b7ec3635b
@ -10,38 +10,41 @@
|
|||||||
|
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
ui_json->'data'
|
*, ui_json->'data'
|
||||||
FROM pricequote.single_price_call(
|
FROM pricequote.single_price_call(
|
||||||
'GRIF0001',
|
'BFGS0001',
|
||||||
'GRIF0001',
|
'SPRI0019',
|
||||||
'XNS0T1G3G18B096',
|
'INT12040G18C100',
|
||||||
'v1:B..PLT..',
|
'v1:B..CSE..',
|
||||||
9600
|
7037
|
||||||
) f;
|
) f;
|
||||||
|
|
||||||
--
|
|
||||||
-- SELECT
|
SELECT
|
||||||
-- ui_json
|
*, ui_json->'data'
|
||||||
-- FROM pricequote.single_price_call(
|
FROM pricequote.single_price_call(
|
||||||
-- 'BFGS0001',
|
'BELL0039',
|
||||||
-- 'BOBS0002',
|
'BELL0039',
|
||||||
-- 'HTI10754B12B024LXB04',
|
'XNS0T1G3X19B096PZBND',
|
||||||
-- 'v1:L.L.PLT..',
|
'v1:L.P.PLT..',
|
||||||
-- 172000
|
82420
|
||||||
-- ) f;
|
) f;
|
||||||
--
|
|
||||||
|
SELECT * FROM rlarp.cust WHERE code = 'PACK0009'
|
||||||
|
|
||||||
-- SELECT * FROM pricequote.lastpricedetail l WHERE customer = 'HYBELS' AND l.partgroup = 'HZP3E100';
|
-- SELECT * FROM pricequote.lastpricedetail l WHERE customer = 'HYBELS' AND l.partgroup = 'HZP3E100';
|
||||||
--
|
--
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
pc.expl, pc.hist
|
q.billto, q.shipto, q.part, q.v1ds, q.units_each, pc.tprice, pc.tmath
|
||||||
FROM
|
FROM
|
||||||
pricequote.live_quotes
|
pricequote.live_quotes q
|
||||||
LEFT JOIN LATERAL pricequote.single_price_call(
|
LEFT JOIN LATERAL pricequote.single_price_call(
|
||||||
billto, shipto, part, v1ds, units_each
|
billto, shipto, part, v1ds, units_each
|
||||||
) pc ON TRUE
|
) pc ON TRUE
|
||||||
WHERE
|
WHERE
|
||||||
qid = 113800
|
qid = 113761
|
||||||
AND qrn = 4;
|
-- AND qrn = 4;
|
||||||
|
|
||||||
create table pricequote.target_prices_base as (
|
create table pricequote.target_prices_base as (
|
||||||
with
|
with
|
||||||
|
Loading…
Reference in New Issue
Block a user