原来的写法 多少个条件就多少个and or 很麻烦 发现了一个新写法mysql 查询字段 form 表名 where 条件1=111and 条件2=222or 条件1=333 and 条件2=222新写法 加个括号就解决了mysql 查询字段 form 表名 where (条件1=111 or 条件1=333) and 条件2=222还可以分组 Last modification:September 24, 2022 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 0 反正也没人会打赏