sql实现日期降序,时间升序 SELECTtype,create_date,substr(create_date,1,10) as d,substr(create_date,12) as tFROMhistory_received_message order by d desc,t asc