Indent FROM clause
Allow the FROM, WHERE, GROUP BY, etc. clauses to indent from the select.
Change
SELECT Col1,
Col2
FROM Tab1
WHERE a = b
To
SELECT Col1,
Col2
FROM Tab1
WHERE a = b
3
votes
Bill Grover
shared this idea