Additional semicolon
torsten.strauss
Posts: 271 Silver 3
Hi redgate Team!
Formatting the following code introduces an unneeded semicolon between GO and WITH.
A semicolon before the WITH clause is only needed within the same batch...
Version 9.0.4.3408
Thanks for fixing this!
Torsten
Formatting the following code introduces an unneeded semicolon between GO and WITH.
A semicolon before the WITH clause is only needed within the same batch...
CREATE TABLE dbo.Heap ( col1 int NOT NULL ); GO ; -- THIS SEMICOLON IS INTRODUCED WITH cte AS ( SELECT 1 AS test ) SELECT * FROM cte; GO
Version 9.0.4.3408
Thanks for fixing this!
Torsten
Tagged:
Answers
Sorry for your inconvenience. I've reproduced the problem and I logged that task with ticket: SP-6775.
Best regards,
Krzysztof Kroczak