SQL Complete - Is there a way using the formatter to ensure spaces exist between brackets in the where clause
Is there a way using the formatter to ensure spaces exist between brackets in the where clause?
example:
WHERE
(Column1 = @Column1 Or Column1 > 0)
would become
WHERE
( Column1 = @Column1 Or Column1 > 0 )