mysql 查询多个id

 

  1. select * from b1 where find_in_set('4',id);
  2. select * from b1 where id in (1,2,3,22);
原文地址:https://www.cnblogs.com/alfily/p/4710053.html