select * from(select a.time, a.id, a.number, a.data from blast_data a where a.type=1 and a.time<1495703648 order by a.id desc limit 0,30)as aa order by aa.id asc
select * from(select a.time, a.id, a.number, a.data from blast_data a where a.type=1 and a.time<1495703648 order by a.id desc limit 0,30)as aa order by aa.id asc
这个就是最佳答案哦!