...
The execution order of a SQL query is not the same as the used to write the queryit:
FROM → JOIN ON → WHERE → SELECT → DISCTINCT → GROUP BY → HAVING → ORDER BY → OFFSET → LIMIT
...
...
The execution order of a SQL query is not the same as the used to write the queryit:
FROM → JOIN ON → WHERE → SELECT → DISCTINCT → GROUP BY → HAVING → ORDER BY → OFFSET → LIMIT
...