postgreSQL中where子句执行顺序 - 多个and从左到右依次执行

思路参考http://blog.sina.com.cn/s/blog_4586764e0100mdif.htmlhtml 实验: 执行select * from t_table where 1=2 and 1=1/0; 无输出web 执行select * from t_table where 1=1/0 and 1=2; 输出以下:svg ERROR: division by zero ****
相关文章
相关标签/搜索