How can we help you today? How can we help you today?

Is there a way to get the SET statement clauses of an update statement to indent?

Original:
update  dbo.Holiday
set Holiday_Nm = ''
where
    Holiday_ID = -1;

Desired:
update  dbo.Holiday
    set Holiday_Nm = ''
where
    Holiday_ID = -1;
pwo311
0

Comments

1 comment

  • Tianjiao_Li
    @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
    0

Add comment

Please sign in to leave a comment.