Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - SQL Reference » Using SQL » SQL language elements

 

Operators

This section describes arithmetic, string, and bitwise operators. For information about comparison operators, see Search conditions.

The normal precedence of operations applies. Expressions in parentheses are evaluated first, then multiplication and division before addition and subtraction. String concatenation happens after addition and subtraction.

For more information, see Operator precedence.


Comparison operators
Logical operators
Arithmetic operators
String operators
Bitwise operators
Join operators
Operator precedence