Operators

This section describes basic syntax elements that can appear in expressions. There are different sort of basic syntax elements such as operators for arithmetics, string and comparison, predefined variables and registers like SQLSTATE, and utility operators like SFMT() or TODAY.

Elements of an expressions are evaluated according to their precedence, from highest to lowest, as described in the order of precedence list. Use () parentheses to instruct the runtime system to evaluate the expression in a different way than the default order of precedence.