Options

SQL Prompt - V10.6.16.21150 - SELECT TOP 100

Robin_DRobin_D Posts: 1 New member
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
Tagged:

Answers

Sign In or Register to comment.