|
|
|
|
|
by SoftTalker
16 days ago
|
|
Current structure makes sense to me. SELECT .... what do I want
FROM .... where is it
WHERE .... what filters do I want to apply
GROUP BY .... how do I want it aggregated
Maybe it's just that I'm so used to it. I could see FROM being first, that would actually make a little more sense to me. |
|
What people often want: <where to get data from> <what I want from it> <how it's filtered> <how it's grouped> <how it's filtered post group>