Comments
6 comments
-
Hi ccparkhill
I am just speaking to the team on this matter. -
I saw that IGNORE NULLS was mentioned in the latest release, but I still have the issue detailed above.
-
Hi ccparkhill
The team are still working on that one but the others should be in there. -
Hi ccparkhill
This should be in the latest release of SQL Prompt, could you update and check if the issue is still occurring? -
Initially the newest release formatted the above query fine, but then it just seemed to revert to the previous behaviour.
-
Hi ccparkhill
Apologies for the delayed response, what is the error you are getting now?
Add comment
Please sign in to leave a comment.
[GREATEST] ([x].[ColB], [x].[ColC]) AS [Greatest]
and
, LAST_VALUE([x].[ColA]) [IGNORE] [NULLS] OVER ([PARTITION] BY [x].[ID] ORDER BY [ColC] ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) AS [LastValueIgnoreNulls]
instead of: