select * from table where (条件1 and 条件2 and 条件3) and (条件4 or 条件5 or 条件6) 我想从表中搜索出同时符合条件1,2,3的数据,条件4,5,6是用作模糊查询的。 可是这么写结果并不是我所要实现的。 请问正确的应该怎么写?
Powered by: 博客园 Copyright © 2025 (NineTyNine) Powered by .NET 9.0 on Kubernetes