1. select * from b1 where find_in_set('4',id);
  2. select * from b1 where id in (1,2,3,22);

相关文章: