scale fiber
This commit is contained in:
parent
f65b0d02f8
commit
5ae24880f2
@ -3,7 +3,7 @@
|
|||||||
WITH
|
WITH
|
||||||
req AS (
|
req AS (
|
||||||
SELECT
|
SELECT
|
||||||
18454134 value_d
|
5047782 value_d
|
||||||
)
|
)
|
||||||
---------collapse iterations-----------------------
|
---------collapse iterations-----------------------
|
||||||
,collapse AS (
|
,collapse AS (
|
||||||
@ -58,9 +58,9 @@ req AS (
|
|||||||
rlarp.osm_pool o
|
rlarp.osm_pool o
|
||||||
--need to join to itemm to get the product from osm_pool
|
--need to join to itemm to get the product from osm_pool
|
||||||
WHERE
|
WHERE
|
||||||
o.segm <> 'Retail'
|
o.segm = 'Sustainable'
|
||||||
|
AND substring(o.mins_descr,1,3) = 'A04'
|
||||||
AND o.ship_season = '2022'
|
AND o.ship_season = '2022'
|
||||||
AND o.ship_month = '01 - Jun'
|
|
||||||
GROUP BY
|
GROUP BY
|
||||||
o.fspr
|
o.fspr
|
||||||
,o.plnt ---master data
|
,o.plnt ---master data
|
||||||
|
Loading…
Reference in New Issue
Block a user