Start a new topic

SQL Formatter SELECT DISTINCT on same line

 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 ...


I agree with Brian. After all, the DISTINCT keyword refers to the whole record not just col1.

 

Brian,


Which version are you using?


Regards


Roger

Version 11

Thanks!


I will add your votes for that improvement. 


Regards


Roger

Login or Signup to post a comment