select * from biao2 where id in ( 1,3,6,8 );不能加引号
select * from biao2 where id in ( 1,3,6,8 );
select * from biao2 where `id` in ( 1,3,6,8 );
select * from biao2 where id in($a)