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

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