Update Statement - Table name on same line
johnwalker
Posts: 1 New member
in SQL Prompt
Which setting controls the formatting of an update statement? Currently for me an update statement is being formatted as:
Update
TableName
and I'd prefer:
Update TableName
There's an option "Place Insert table on new line" for an insert statement, which appears to be the equivalent of what I'm looking for but on an update statement.
Thanks
Update
TableName
and I'd prefer:
Update TableName
There's an option "Place Insert table on new line" for an insert statement, which appears to be the equivalent of what I'm looking for but on an update statement.
Thanks
Tagged:
Answers
It looks like the built in 'Indented' style has done it for me. If you can share the complete script and your format style file, I can take a look for you.
Thanks.
Tianjiao Li | Redgate Software
Have you visited our Help Center?