SQL Prompt - V10.6.16.21150 - SELECT TOP 100
Robin_D
Posts: 1 New member
in SQL Prompt
Hey
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
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
Tagged:
Answers
Dan Jary | Redgate Software
Have you visited our Help Center?
Dan Jary | Redgate Software
Have you visited our Help Center?