All operators are executed in a defined priority:
Operator | Decription | Priority |
---|---|---|
+- | sing | 0 |
* / | multiply, divide | 1 |
+ - | add, substact | 2 |
= | equal | 3 |
<> | not equal | 3 |
> | greater | 3 |
< | smaller | 3 |
>= | greater or equal | 3 |
<= | smaller or equal | 3 |
[NOT] BETWEEN ... AND ... | [not] between ... and | 3 |
IS [NOT] NULL | [not] NULL-value | 3 |
[NOT] IN | [not] in the list | 3 |
NOT | Negation | 4 |
AND | logical and | 5 |
OR | logical or | 6 |
Copyright © 2009. This Object (page with whole content) is open source and can be modifyed and/or copyed unter der terms and conditions of the Universal General Public License (UGPL). This statement does not apply to the UGPL, the copyright statement of this site itself and the logo (top left image on each page). The logo image may be copyed with the page itself, but changing it is not allowed. All other rights on this image are reserved too.