DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) Parentheses

Info Catalog (mysql.info.gz) Operator Precedence (mysql.info.gz) Non-typed Operators (mysql.info.gz) Comparison Operators
 
 12.1.2 Parentheses
 ------------------
 
 `( ... )'
      Use parentheses to force the order of evaluation in an expression.
      For example:
 
           mysql> SELECT 1+2*3;
                   -> 7
           mysql> SELECT (1+2)*3;
                   -> 9
 
 
Info Catalog (mysql.info.gz) Operator Precedence (mysql.info.gz) Non-typed Operators (mysql.info.gz) Comparison Operators
automatically generated byinfo2html