Please enable JavaScript.
Coggle requires JavaScript to display documents.
Query Tree - Coggle Diagram
Query Tree
Precedence
-
-
-
-
=, <=, >=, <, >, <>, !=, ^=
-
-
SELECT
column
-
-
-
-
-
Arithmetic Symbols
Can be implemented, but has weird name, so implement alias
-
WHERE
-
-
-
-
NULL
Unassigned, Unknown Value
-
display last in ASC, display first in DESC in default
Customize: NULL FIRST, NULL LAST
-
-
Character values are case sensitive, Date values are format sensitive
-
-
-
-