Format: line break before From, Where, group by & Order by
You already allow a line break before FROM.
Allows me to specify the number of line breaks.
in my case i wish to use 2 line breaks after the select list
i.e.
SELECT
Column1
, Column2
, Column3
FROM
SampleTable AS ST
WHERE
ST.Column1 > 1
1
vote
salman mubbashir
shared this idea