Originally Posted by: pprian ![Go to Quoted Post Go to Quoted Post]() [...] 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'
I tested and found no way... Seems to be an open point.
Regards Jimmy
|