|
|
|
|
|
by buttercraft
597 days ago
|
|
Yep, nothing is harder to read than joins scattered in random order throughout the where clause. Additionally, putting joins in the where clause breaks the separation of concerns: FROM: specify tables and their relationships WHERE: filter rows SELECT: filter columns |
|