select * from table where id=1 limit 0,10select * from table where id=2 limit 0,10
或者
select * from table where id=1 OR id=2 limit 0,20
SELECT * FROM 表名 WHERE id=1 AND id =2;