Fix typo left in from debugging a query. This was a big oops!

This commit is contained in:
PhilRunninger 2023-08-31 09:50:34 -04:00
parent 8ab2e26937
commit 80c8b5b159

View File

@ -172,7 +172,7 @@ target AS (select target_volume vincr, target_price pincr)
)
-- select * from mmix
--
,targm AS (select s, m from mseq where m = '04 - Sep' )
,targm AS (select s, m from mseq where m = 'target_month' )
-- select * from targm
--
,mmixp AS (