descending mix

This commit is contained in:
Paul Trowbridge 2019-03-19 00:24:57 -04:00
parent 4e062d0625
commit 4108c02beb

View File

@ -66,6 +66,8 @@ GROUP BY
,value_usd/sum(value_usd) over () mix
FROM
basket1
ORDER BY
mix DESC
)
,months AS (
SELECT