JOIN CONDITION
aGoram
Posts: 18
on suggestion for join : Is it possible to have
in my opinion , after the ON, it's more clear to put the JOIN KEY of the table b first
SELECT * FROM table1 a JOIN table2 b on b.id = a.id -- instead of SELECT * FROM table1 a JOIN table2 b on a.id = b.id
in my opinion , after the ON, it's more clear to put the JOIN KEY of the table b first
Comments
I have logged this as a faeture request (SP-2834) in our internal tracking system.
So that this can be considered as a release candidate in future.
Many thanks for your patience and co-operation.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
Thanks for adding the enhancement request... When does voting start?
Decide wisely...
Decide wisely...