message表字段有cid, name。分页查询时如何根据name字段保证重复的name值在同一页。目前我采取先select * from message order by name limit 0 100,然后再根据第100条的name去获取所有相同的name有没有其它更好的方法mysql分页