commit: 2025-04-09 06:22:24

This commit is contained in:
Paul Trowbridge 2025-04-09 06:22:24 -04:00
parent 2cf2e6efc4
commit b3e06fec14
5 changed files with 9351 additions and 52 deletions

104
columns
View File

@ -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

View 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
View File

@ -0,0 +1,7 @@
select
tag, comment, sum(value_usd), sum(pounds)
from
rlarp.osm_pool
group by
tag, comment;

File diff suppressed because it is too large Load Diff

4805
offline/price_down.pg.sql Normal file

File diff suppressed because it is too large Load Diff