Christian
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Alignment of columns in ON-clauses when having multiple conditions
Hi thereI'm searching for the option to align columns in Joins. Currently, code is formatted as shown:SELECT *FROM foobar LEFT JOIN barfoo ON ( foobar.a = barfoo.a AND foobar.b = barf...