I have spaces inside brackets OFF, but layout this:
gives:
But have to be like this:
Comments
1 comment
-
EloyOrion wrote:I have spaces inside brackets OFF, but layout this:
SELECT CONVERT(varchar(8),DATEADD(d, 1, GETDATE()),112) AS Date
gives:SELECT CONVERT( varchar(8), DATEADD(d, 1, GETDATE()), 112 ) AS Date
But have to be like this:SELECT CONVERT(varchar(8), DATEADD(d, 1, GETDATE()), 112) AS Date
Thank you, this is indeed a bug, and we will aim to fix it for the final release.
Regards,
Andras
Add comment
Please sign in to leave a comment.