|
|
|
|
|
by smackeyacky
1608 days ago
|
|
I lean towards this idea but it might make non trivially joined queries harder to understand, since it shifts the select to the middle or the end of the query. So you change: 1. What I want
2. Which tables
3. Which filter
4. What grouping
Putting what you want further down the list might be more confusing rather than less. |
|