"select *" tab expand does not respect comma placement rule
austrianfoodispuke
Posts: 100
enter ssf * from x
go back to * and hit TAB to expand the cols
commas are placed at the end of the line
my layout setting is to put it at the beginning
go back to * and hit TAB to expand the cols
commas are placed at the end of the line
my layout setting is to put it at the beginning
Comments
not a big blocker though, just means I have to fix either the first few lines, or the last few lines
DBA, MCITP
Pressing tab expands the columns in the table and at this point of time it is SQL Prompt's code completion functionality that is at work.
For your layout settings to take effect, you need to click on Layout option in the SQL Prompt menu and that would format your code as you have customised in your settings.
I hope that helps.
Thanks,
Tanya
I was looking for this today as I'm laying out some new code and found all of my commas placed at the end of the line rather than at the beginning as I'd hoped for.
Thanks.
-Peter Schott