Reverse order of ON clause
Auto-complete always enters an ON clause as:
SELECT * FROM Table1
INNER JOIN Table2 ON Table2.Value = Table1.Value
This is really annoying to me. I would like an option to reverse the ON clause so it completes like this.
SELECT * FROM Table1
INNER JOIN Table2 ON Table1.Value = Table2.Value
22
votes

-
Cody commented
Don't worry it was implemented and finished long ago, it's just an option and it's not set by default.
-
TBeck commented
Nooooooooo! Please add an option for this. I'd like to have ON clause exactly as in the first example...
-
Cody commented
What do you not get about it?
-
Srinika commented
I do not get atleast this feature