112 lines
1.8 KiB
MySQL
112 lines
1.8 KiB
MySQL
|
DELETE FROM rlarp.osmf_dev WHERE iter IN ('adj price','adj volume');
|
||
|
|
||
|
INSERT INTO
|
||
|
rlarp.osmf_dev
|
||
|
SELECT
|
||
|
null::int4,
|
||
|
null::int4,
|
||
|
null::int4,
|
||
|
null::int4,
|
||
|
null::int4,
|
||
|
null::int4,
|
||
|
null::int4,
|
||
|
null::int4,
|
||
|
order_date,
|
||
|
request_date,
|
||
|
null::date,
|
||
|
null::date,
|
||
|
ship_date,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
fspr,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
null::jsonb,
|
||
|
null::text,
|
||
|
plnt,
|
||
|
promo,
|
||
|
null::text,
|
||
|
terms,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
rtrim(substring(bill_cust_descr,1,8)),
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
rtrim(substring(ship_cust_descr,1,8)),
|
||
|
null::text,
|
||
|
null::text,
|
||
|
dsm,
|
||
|
billto_group,
|
||
|
shipto_group,
|
||
|
null::text,
|
||
|
chan,
|
||
|
chan,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
part,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::text,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
null::text,
|
||
|
fs_line,
|
||
|
r_currency,
|
||
|
r_rate,
|
||
|
c_currency,
|
||
|
c_rate,
|
||
|
units,
|
||
|
value_loc,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
cost_loc,
|
||
|
null::numeric,
|
||
|
null::numeric,
|
||
|
calc_status,
|
||
|
flag,
|
||
|
order_date,
|
||
|
order_season,
|
||
|
request_date,
|
||
|
request_season,
|
||
|
ship_date,
|
||
|
ship_season,
|
||
|
version,
|
||
|
iter
|
||
|
FROM
|
||
|
rlarp.osm_pool
|
||
|
WHERE
|
||
|
iter IN ('adj price','adj volume');
|