How do I suppress unneeded spaces around parentheses in an "INTO" clause?
Michael_Ballard
Posts: 4 Bronze 1
in SQL Prompt
I typed the table variable declaration. When I started typing the INSERT INTO @List, SQLPrompt gave me the field list without spaces before or after the parentheses. However, when I got to the "INTO dbo.DataActions", I get spaces around the open parenthesis and before the close parenthesis. Is there a style setting that will suppress these spaces?
Tagged:
Answers