Quantcast
Channel: Rss Feed - SSMSBoost Add-in discussion board - Forum
Viewing all articles
Browse latest Browse all 823

"new" Formatting, missing lineBreaks in Where Condition

$
0
0
Hi,

I had a look at the "new" formatting Options.

I have the SQL

Code:

SELECT
	Count(*)
FROM tableXY
WHERE Column1 = 1 and Company = 'abc'


I would like to have a lineBreak in the where section between the first and the second condition (before the "and")

can anyone tell me how to Format it like this:


Code:

SELECT
	Count(*)
FROM tableXY
WHERE Column1 = 1 
         and Company = 'abc'

Go to last post

Viewing all articles
Browse latest Browse all 823

Trending Articles