Is there a way to get the SET statement clauses of an update statement to indent?
pwo311
Posts: 5 Bronze 1
in SQL Prompt
Original:
update dbo.Holiday
set Holiday_Nm = ''
where
Holiday_ID = -1;
Desired:
Desired:
update dbo.Holiday
set Holiday_Nm = ''
where
Holiday_ID = -1;
Tagged:
Answers
It looks like this is not possible in the current version of Prompt. If you could attach your format file, I'd like to double-check there isn't anything I missed.
Thanks!
Tianjiao Li | Redgate Software
Have you visited our Help Center?