June 2003
Intermediate to advanced
560 pages
4h 6m
English
Oracle supports a number of built in operators that fall into basic categories—simple arithmetic operators, comparison operators, logical operators, and operators that are used in select statements. In Oracle 9, support for User Defined Operators was also added.
| Operator | What it does |
|---|---|
| + (unary) – (unary) | Specifies a positive number or expression Specifies a negative number or expression |
| + (binary) - (binary) | Addition Subtraction |
| * / | Multiplication Division |
| Operator | What it does |
|---|---|
| || | Concatenates two character (string) values |
| NOT | Reverses the meaning of another logical expression's result |
| OR | Logical OR—True if any are true, false else |
| AND | Logical AND—True ... |
Read now
Unlock full access