SQL Complete cannot format this ??
Posted: Fri 21 Oct 2011 15:04
Hi, I like SQL Complete a lot.
But I could not find an option to format this SQL in single line, like this:
Thanks.
But I could not find an option to format this SQL in single line, like this:
It always does this when I select Format Document (or Ctrl-K, Ctrl-D):DECLARE @Members TABLE(MemberNo VARCHAR(15))
Is there any way this could be formatted as single line ??DECLARE @Members TABLE(
MemberNo VARCHAR(15))
Thanks.