GO not being indented properly

jmeyerjmeyer Posts: 70 Bronze 2
edited October 3, 2016 5:06AM in SQL Prompt
USE master;
  GO

SELECT  *
FROM    dbo.spt_values;
  GO
If I run the Format SQL command I would expect that the GO lines would be aligned with the USE and SELECT statement lines respectively; however, the GO lines stay where they are.

Comments

Sign In or Register to comment.