(B='b' or C='c')
AND 的粘合度高于 OR所以可以用select * from 表 where A='a' AND B='b' OR A='a' AND C='c' 一般情况还是尽量使用括号吧。
no