Operator Precedence
Unary Bitwise Operators |
---|
~ |
Arithmetic Operators |
---|
* / % |
Unary Arithmetic Operators |
---|
+ - |
Arithmetic / Concatenation Operators |
---|
[+ arithmetic] [+ concatenation)] - |
Bitwise Operators |
---|
& ^ | |
Comparison Operators |
---|
=, >, <, >=, <=, <>, !=, !>, !< |
Logical |
---|
NOT AND ALL ANY BETWEEN IN LIKE OR SOME |
Assignment |
---|
= |
29 September 2009