Merge branch 'dev' of github.com:fleetside72/forecast_api into dev

This commit is contained in:
Paul Trowbridge 2019-03-18 23:25:11 -05:00
commit f6c0979a16

View File

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