spaces

edited February 16, 2017 6:39AM in SQL Prompt
Hi !

Formatting the following statement for example will lead to additional spaces:

SELECT * FROM sys.all_sql_modules WHERE uses_native_compilation = 1;
GO

--formatted
SELECT * FROM sys.all_sql_modules WHERE uses_native_compilation = 1;
GO

I guess this is not the expected behavior...

Comments

Sign In or Register to comment.