DISTINCT and TOP formatting
EDIT: Apparently this editor doesn't support any formatting?
I want DISTINCT and TOP to line up with the first column not with SELECT.
So this:
SELECT
DISTINCT
TOP 100
t.[TraineeName]
would be
SELECT
DISTINCT
TOP 100
t.[TraineeName]
1
vote
Brien King
shared this idea