 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
mksql
Joined: 29 Dec 2006 Posts: 19 Country: United States |
|
Formatting columns containing functions |
|
If I have a SELECT column list, with functions that take multiple parameters (ex. ISNULL), the formatter splits the function into two lines:
[code]
SELECT
col1,
ISNULL(col2,
0)
FROM ...
[code]
I have not figured out a pattern to prevent this. Suggestions?[/code]
|
|
Wed Oct 03, 2007 4:48 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|