in 后面跟的是值列表或者子查询,而不是 条件。 比如: select * from table where a in('a','bc',...)或者select * from table where a in(select xx from tab where ...)