Options

INSERT - SELECT formatting issues w/ SQL Prompt 6.x

paschottpaschott Posts: 71 Bronze 4
edited June 23, 2014 11:49AM in SQL Prompt
I'm trying to format my INSERT / SELECT code and when I use CTRL+K+Y, my SELECT statement gets indented under the INSERT like so:
INSERT	dbo.MyTable
		( MyTableName
		, Description
		)
		SELECT	'' AS MyTableName
			  , '' AS Description

I would normally expect the SELECT portion to align with the INSERT, but can't seem to find the formatting option that would do this in SQL Prompt. Can anyone point me in the right direction or does this need to be a new feature request?

Comments

Sign In or Register to comment.