in 后面可以跟一个选择的组,= 后面就只匹配一个,如select * from table where id = 1; select * from table where id in (1,2,3,4);