Comments
6 comments
-
@a.higgins
I can't reproduce the issue with version 9.4.3.7121 and default format style.
Can you upgrade and test again? -
@Tianjiao_Li, thanks for your help.
I am on version 9.4.3.7121. I do have a custom format style, but I get the same error when I use the Default format style: were you testing it with both statements?
-
Clarifying note, the error happens when I try to format a script that contains both of the above queries, when both queries contain a HAVING and FOR SYSTEM_TIME.
-
Clarifying note, the error happens when I try to format a script that contains both of the above queries, when both queries contain a HAVING and FOR SYSTEM_TIME.
-
Hi @a.higgins
Thanks for clarifying it! I've reproduced and logged as SP-7364 in our internal bug tracking system.
Sorry for the inconvenience caused and please keep an eye on the release note! -
@a.higgins
The fix has gone out in 9.4.8.7733. Please upgrade!
Add comment
Please sign in to leave a comment.
FROM TableA
FOR SYSTEM_TIME ALL a
HAVING COUNT(*) >1
SELECT *
FROM TableB FOR SYSTEM_TIME ALL b
HAVING COUNT(*) >1