GNU Info

Info Node: (mysql.info)Parenthesis

(mysql.info)Parenthesis


Next: Comparison Operators Prev: Non-typed Operators Up: Non-typed Operators
Enter node , (file) or (file)node

Parenthesis
...........

     ( ... )

Use parenthesis to force the order of evaluation in an expression.  For
example:

     mysql> select 1+2*3;
             -> 7
     mysql> select (1+2)*3;
             -> 9


automatically generated by info2www version 1.2.2.9