Allow SELECT DISTINCT on same line when Line Break after SELECT has been selected.
ie SELECT DISTINCT should not beSELECT
DISTINCT col1 ...
but should be
SELECT DISTINCT
col1 ...
Brian,
Which version are you using?
Regards
Roger
Version 11
Thanks!
I will add your votes for that improvement.
Brian Stincer
Allow SELECT DISTINCT on same line when Line Break after SELECT has been selected.
ie SELECT DISTINCT should not be
SELECT
DISTINCT col1 ...
but should be
SELECT DISTINCT
col1 ...