sql关系型运算符优先级高到低为:not >and> or

select * from table where Condition1 and Condition2 or Condition3 spa  若是咱们要搜索表table中知足Condition1且知足Condition2和Conditon3中其中一个时候,咱们使用上述语句是错误的,觉得关系型运算符优先级高低为:not>and>or,所以上面执行顺序为:code
相关文章
相关标签/搜索