GO

edited August 27, 2016 7:12AM in SQL Prompt
Hi!

The GO statement is not taking into consideration during the formatting:
SELECT
    *
FROM
    Production.Product;
    GO

It should looks like:
SELECT
    *
FROM
    Production.Product;
GO

Maybe you have a chance to enhance the formatting sometimes -thanks!

Comments

Sign In or Register to comment.