Open TaoK opened 11 years ago
Barry Doyle suggests it would be nice to have the option to keep boolean operators at the end of the line, instead of the start.
Instead of
ON A.WORD_ID = LTB.WORD_ID AND A.WORD_TYPE_CD = @WORD_TYPE_CD
have
It's interesting but in C# I prefer the && at the end of the line but in SQL I look for it at the start of the new line.
This feature would be good as this is the convention we are using.
Tx
Barry Doyle suggests it would be nice to have the option to keep boolean operators at the end of the line, instead of the start.
Instead of
have