Comments
2 comments
-
Hey @...
Thanks for reaching out regarding this.If you deselect 'Add new line after DISTINCT / TOP clause' under the 'Data (DML)' options you should be able to achieve the formatting you are after.
I hope this helps!
-
Hi @Robin_D
I just wanted to check if you require any further assistance with this?
Add comment
Please sign in to leave a comment.
In an older version of SQL Prompt I could write
SELECT TOP 100 Col1, Col2, Col3
FROM
But in this version it is
SELECT TOP 100
Col1, Col2 Col3
What option(s) do I need so the column list is on the same as TOP 100. If I remove TOP 100 it works. I've tried an everything seems to be set to Never for moving to a new line
Thanks