Comments
1 comment
-
Hi @...
Unfortunately, you can only line up the column names and not the 'Something' values. This might be something worth suggesting over on our Uservoice forum: https://redgate.uservoice.com/forums/94413-sql-prompt
Add comment
Please sign in to leave a comment.
e.g.
Current
UPDATE xxx
SET Field_1 = 'Something'
,Short = 'Something'
,LongName = 'Something'
Desired
UPDATE xxx
SET Field_1 = 'Something'
,Short = 'Something'
,LongName = 'Something'