SQLPrompt Is there a way to have the sub clause of an alter table indented?
pwo311
Posts: 5 Bronze 1
in SQL Prompt
I seem to be able to get in on the same line or two lines but not indented.
Alter Table dbo.TableName
Alter Column AColumnName varchar(12);
to
Alter Table dbo.TableName
Alter Column AColumnName varchar(12);
Alter Table dbo.TableName
Alter Column AColumnName varchar(12);
to
Alter Table dbo.TableName
Alter Column AColumnName varchar(12);
Tagged:
Answers
It's true that we can't indent the Alter Column at the moment.
Could you kindly post this suggestion on the user voice as it allows other users to vote on it https://redgate.uservoice.com/forums/94413-sql-prompt
Thanks!
Tianjiao Li | Redgate Software
Have you visited our Help Center?