We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77786cf commit 0497b07Copy full SHA for 0497b07
DOC.md
@@ -32,7 +32,7 @@ The current priority order is:
32
33
- Reserved Commands (begins its own clause, such as `SELECT`)
34
- Reserved Binary Commands (connect two adjacent clauses, such as joins or set operations)
35
- - Reserved Dependent Clauses (keywords that are dependent on the previous clause, such as `ON` for joins or `WHEN` and `THEN` for CASE)
+ - Reserved Dependent Clauses (keywords that are dependent on the previous clause, such as `WHEN` and `ELSE` for CASE)
36
- Reserved Logical Operator (boolean operators such as `AND` and `OR`)
37
- Reserved Keywords/Functions (other reserved words)
38
0 commit comments