Don't indent SELECT in INSERT...SELECT statements
swrobel
Posts: 31
For example, SQL prompt lays it out like this:
I just want it laid out like this, without indenting the select:
I can't find a setting that will change that.
INSERT @temp SELECT * FROM table1
I just want it laid out like this, without indenting the select:
INSERT @temp SELECT * FROM table1
I can't find a setting that will change that.
Comments
However, I've added this as a feature request and this will be considered when working on the next version of the product.
That would be a nice feature, that we really need....
Thanks....
Thorsten