Fix typo left in from debugging a query. This was a big oops!
This commit is contained in:
parent
8ab2e26937
commit
80c8b5b159
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user