sql中and的優先級比or高

select * from tbl where col1=1 or col2=2 and col3=3 等於 select * form tbl where col1=1 or (col2=2 and col3=3)
相關文章
相關標籤/搜索