问题描述
我有这个查询:
SELECT * FROM (`users`) WHERE `date_next_payment` <= '2011-02-02'
AND `status` = 'active' OR `status` = 'past due'
这不会返回正确的结果.但是,在 OR 条件周围添加括号使其工作如下:
Which does not return the correct results. However, adding parentheses around the OR conditions makes it work like so:
SELECT * FROM (`users`) WHERE `date_next_payment` <= '2011-02-02'
AND (`status` = 'active' OR `status` = 'past due')
我的问题是为什么不同?我知道这是在不带括号的情况下以不同的方式考虑 OR 语句;但我不明白这有什么不同.
My question is why is it different? I understand that's is considering the OR statement differently without the parentheses; but I don't understand how it's different.
我没有找到任何对此有帮助的文档.如果有任何链接,我将不胜感激.
I haven't found any docs that have been helpful on this. If there's any links out there I'd really appreciate it.
推荐答案
这是因为 OR 具有较低的 运算符优先比 AND .每当数据库看到像
This is because OR has lower operator precedence than AND. Whenever the DB sees an expression like
A AND B OR C
先评估AND,即它等价于
the AND is evaluated first, i.e. it is equivalent to
(A AND B) OR C
所以如果你明确想要
A AND (B OR C)
相反,您必须放入括号.
instead, you must put in the parentheses.
顺便说一下,这不是 SQL 特有的.这些运算符的优先顺序在我知道的所有编程语言中都是相同的(即至少是 C、C++、C#、Java 和 Unix shell 脚本).
This is btw not specific to SQL. The order of precedence of these operators is the same in all programming languages I know (i.e. at least C, C++, C#, Java and Unix shell scripts).
这篇关于在 MySQL 语句中使用 OR 到底有什么不同,带/不带括号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)