commit: 2025-04-08 22:20:52

This commit is contained in:
Paul Trowbridge 2025-04-08 22:20:52 -04:00
parent 76a0f49450
commit 044e605dd4

View File

@ -89,8 +89,8 @@ target AS (select $$replace_request$$::json def)
,round(d.fc_mix * p.qty,0) units
,round(d.fc_mix * p.qty,0)* p.price value_usd --assume that target dollars are USD
,d.order_date
,sd.sortmo order_month
,sd.ssyr order_season
,od.sortmo order_month
,od.ssyr order_season
,d.ship_date request_date
,sd.sortmo request_month
,sd.ssyr request_season