-
Notifications
You must be signed in to change notification settings - Fork 403
Home
Rene Saarsoo edited this page Nov 13, 2023
·
15 revisions
This wiki is used for documenting differences between various SQL dialects.
Useful material for developers of SQL Formatter. Not that useful if you just want to use SQL Formatter.
Reference of SQL syntax variations.
- WITH
- SELECT
- FROM
- WHERE
- GROUP BY
- HAVING
- WINDOW
- ORDER BY
- LIMIT & OFFSET
- Non‐standard clauses
- Set operations
- INSERT INTO
- UPDATE
- DELETE FROM
- TRUNCATE TABLE (non-standard)
- MERGE INTO (non-standard)