select * from user where id = "2" and (type = "3" or type = "2")
mysql查询and和or同时使用
最新推荐文章于 2024-12-18 10:39:25 发布
select * from user where id = "2" and (type = "3" or type = "2")