select * from table where 字段1 in (1,2,3) and 字段1 in (7,8)
这是理想语句,也就是一个字段满足两个IN查询
就是这样的,你有什么问题
没问题了,刚刚一时糊涂了
按照你这样写是可以查的