Mysql operator priority

Source: Internet
Author: User

The following list shows the order of operator priorities from low to high. Operators in the same row have the same priority.

Operator priority
The following list shows the order of operator priority from low to high. Operators in the same row have the same priority.

: =

|, OR, XOR

&, AND

NOT

BETWEEN, CASE, WHEN, THEN, ELSE

=, <=>, >=, >,<=, <, <> ,! =, IS, LIKE, REGEXP, IN

|

&

<,>

-, +

*,/, DIV, %, MOD

^

-(Minus one dollar ),~ (Bitwise reversal)

!

BINARY, COLLATE

NOTE: If HIGH_NOT_PRECEDENCE SQL mode is activated, the priority of NOT is the same as that of! The operators are the same. See section 5.3.2 "SQL SERVER mode ".

12.1.2. parentheses
(...)

Use arc to specify the Operation Sequence of the expression, for example:

Mysql> SELECT 1 + 2*3;
-> 7
Mysql> SELECT (1 + 2) * 3;
-> 9

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.