Options

Don't indent SELECT in INSERT...SELECT statements

swrobelswrobel Posts: 31
edited August 18, 2008 7:14AM in SQL Refactor Previous Versions
For example, SQL prompt lays it out like this:
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

  • Options
    Unfortunately, at the moment SQL Refactor doesn't allow the granularity that is required to layout the SQL exactly as you require, in your example.

    However, I've added this as a feature request and this will be considered when working on the next version of the product.
  • Options
    Hi Ben,

    That would be a nice feature, that we really need....

    Thanks....
    Regards,

    Thorsten
Sign In or Register to comment.