Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 428 Bytes

File metadata and controls

21 lines (19 loc) · 428 Bytes

SQL

:ROAM_REFS+: https://sqlite.org/lang.html

SQL Query Order of Execution (Operations)

  1. FROM
  2. JOINS
  3. WHERE
  4. GROUP BY
  5. HAVING
  6. SELECT
  7. DISTINCT
  8. ORDER BY
  9. LIMIT / OFFSET