SQL Operators and Symbols
- Last Updated: October 3, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
SQL Operators and Symbols
| Symbol | Description | Symbol | Description |
|---|---|---|---|
| ':' | Colon | '<' | Less than operator |
| ';' | Semicolon | ‘)’ | Right parenthesis |
| '.' | Period | ‘=’ | Equal operator |
| ',' | Comma | ‘+’ | Plus operator |
| '<>' | Not equal operator | ‘-‘ | Minus operator |
| '<=' | Less than or equal operator | ‘*’ | Multiply operator |
| '>=' | Greater than or equal operator | ‘/’ | Divide operator |
| ‘>’ | Greater than operator | ‘?’ | Dynamic parameter |
| ‘(‘ | Left parenthesis |