Override capitalisation of certain keywords
I like to capitalise 'begin' and 'end' in lower case so my code looks like this:
IF @Return = 1
begin
SELECT Name FROM Table
end
ELSE
begin
SELECT 0
end
The begin and end words should not be as bold as the sql statements, a bit like curly brackets are.
3
votes
Colin Naylor
shared this idea