select * from tb_1 where uid = 19900 order by create_time desc /** tb_1 里面 uid 为 19900 的记录,create_time 降序排列 **/