2006-10-20 19:26:39 +00: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-12 20:52:30 +00:00
|
|
|
|