Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Prompt
Is there a way to get the SET statement clauses of an update statement to indent?
New post
Original:
update dbo.Holiday
set Holiday_Nm = ''
where
Holiday_ID = -1;
Desired:
update dbo.Holiday
set Holiday_Nm = ''
where
Holiday_ID = -1;
pwo311
June 19, 2020 14:23
-
0
+
Comments
1 comment
Sort by
Date
Votes
@pwo311
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
June 22, 2020 08:40
-
0
+
Add comment
Please
sign in
to leave a comment.
Desired: