SELECT
WHERE
Buy this Reference Manual in softcover from Barnes & Noble!
( ... )
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
Add your own comment.