in 就是能在where 子句中添加多个条件 例子 select * from tableA where name in('xiaoming','daming') 找出tableA 中名字为xiaoming和大明两个人的信息