commit: 2025-04-09 06:22:24
This commit is contained in:
parent
2cf2e6efc4
commit
b3e06fec14
104
columns
104
columns
@ -1,52 +1,52 @@
|
||||
fspr
|
||||
plnt
|
||||
promo
|
||||
terms
|
||||
bill_cust_descr
|
||||
ship_cust_descr
|
||||
dsm
|
||||
quota_rep_descr
|
||||
director
|
||||
billto_group
|
||||
shipto_group
|
||||
chan
|
||||
chansub
|
||||
chan_retail
|
||||
part
|
||||
part_descr
|
||||
part_group
|
||||
branding
|
||||
majg_descr
|
||||
ming_descr
|
||||
majs_descr
|
||||
mins_descr
|
||||
segm
|
||||
substance
|
||||
fs_line
|
||||
r_currency
|
||||
r_rate
|
||||
c_currency
|
||||
c_rate
|
||||
units
|
||||
value_loc
|
||||
value_usd
|
||||
cost_loc
|
||||
cost_usd
|
||||
calc_status
|
||||
flag
|
||||
order_date
|
||||
order_month
|
||||
order_season
|
||||
request_date
|
||||
request_month
|
||||
request_season
|
||||
ship_date
|
||||
ship_month
|
||||
ship_season
|
||||
version
|
||||
iter
|
||||
logid
|
||||
tag
|
||||
comment
|
||||
module
|
||||
pounds
|
||||
fspr
|
||||
plnt
|
||||
promo
|
||||
terms
|
||||
bill_cust_descr
|
||||
ship_cust_descr
|
||||
dsm
|
||||
quota_rep_descr
|
||||
director
|
||||
billto_group
|
||||
shipto_group
|
||||
chan
|
||||
chansub
|
||||
chan_retail
|
||||
part
|
||||
part_descr
|
||||
part_group
|
||||
branding
|
||||
majg_descr
|
||||
ming_descr
|
||||
majs_descr
|
||||
mins_descr
|
||||
segm
|
||||
substance
|
||||
fs_line
|
||||
r_currency
|
||||
r_rate
|
||||
c_currency
|
||||
c_rate
|
||||
units
|
||||
value_loc
|
||||
value_usd
|
||||
cost_loc
|
||||
cost_usd
|
||||
calc_status
|
||||
flag
|
||||
order_date
|
||||
order_month
|
||||
order_season
|
||||
request_date
|
||||
request_month
|
||||
request_season
|
||||
ship_date
|
||||
ship_month
|
||||
ship_season
|
||||
version
|
||||
iter
|
||||
logid
|
||||
tag
|
||||
comment
|
||||
module
|
||||
pounds
|
||||
|
||||
2
inquirey/flag_listing.pg.sql
Normal file
2
inquirey/flag_listing.pg.sql
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
with clist as (select shipto_group, dsm, sum(pounds) pounds from rlarp.osm_pool where order_season = 2026 group by shipto_group, dsm) select * from clist c left outer join rlarp.cust_flag f ON f.shipgrp = shipto_group and f.dsm = c.dsm;
|
||||
7
inquirey/versions.pg.sql
Normal file
7
inquirey/versions.pg.sql
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
select
|
||||
tag, comment, sum(value_usd), sum(pounds)
|
||||
from
|
||||
rlarp.osm_pool
|
||||
group by
|
||||
tag, comment;
|
||||
4485
offline/customer_flags.pg.sql
Normal file
4485
offline/customer_flags.pg.sql
Normal file
File diff suppressed because it is too large
Load Diff
4805
offline/price_down.pg.sql
Normal file
4805
offline/price_down.pg.sql
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user