The precedence of operators in expressions is as follows. The operators at the top of the list are evaluated before those at the bottom of the list.
unary operators (operators that require a single operand)
&, |, ^, ~
*, /, %
+, -
||
not
and
or
When you use more than one operator in an expression, it is recommended that you make the order of operation explicit using parentheses.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |