Metasyntax Used
The following metasyntax will be used throughout the entire wiki:
| Metasyntax | Description |
|---|---|
UPPERCASE_TEXT |
Supported SQL keyword, use it as it is displayed. |
lowercase_text |
Extended SQL syntax, refer to subsequent metasyntax definitions or descriptions. |
lowercase_text: |
Describes the extended SQL syntax. |
( ) |
Parameters in supported SQL syntax, use it as it is displayed. |
[ ] |
SQL syntax in [ ] are optional. |
| |
OR operator, use only one of the SQL syntax displayed on either side of |. |
... |
List of keywords or values separated by a space. |
,... |
List of keywords or values separated by a comma. |