Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...