2006-10-20 23:26:39 +04:00
|
|
|
The operators are listed below in order of decreasing precedence.
|
|
|
|
<ul>
|
|
|
|
<li \> Navigation operator (.)
|
|
|
|
<li \> Arithmetic operators: <br \>
|
|
|
|
+, - unary <br \>
|
|
|
|
*, / multiplication and division <br \>
|
|
|
|
+, - addition and subtraction <br \>
|
|
|
|
<li \> Comparison operators : =, >, >=, <, <=, <> (not equal), [NOT] LIKE, <br \>
|
|
|
|
[NOT] IN, IS [NOT] NULL, IS [NOT] EMPTY <br \>
|
|
|
|
<li \> Logical operators:<br \>
|
|
|
|
NOT <br \>
|
|
|
|
AND <br \>
|
|
|
|
OR <br \>
|
|
|
|
</ul>
|
2007-04-13 00:52:30 +04:00
|
|
|
|