Settings and activity
2 results found
-
4 votes
An error occurred while saving the comment
Damien Schoof
supported this idea
·
-
29 votes
Damien Schoof
supported this idea
·
2 results found
I would like to extend this to cover a few more cases as well.
E.g. if I have an if statement:
IF NOT EXISTS (SELECT * FROM myTable WHERE MyID = 3)
BEGIN
/* Do stufff */
END
I would like the SELECT statement here to stay on one line unless it is too long.