select * from user_profile order by device_id limit 6,3
知识点 limit 6,3 6指的是偏移量,3指的是要输出的长度,题干说3份数据为一页,两页总数据即为3*2