commit: 2025-04-09 06:22:24
This commit is contained in:
parent
2cf2e6efc4
commit
b3e06fec14
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