select * from tb_QuantifyResult where iSamplingOrCalibration = 1 and cComponentName <> ' + QuotedStr('') + ' order by date(cPeakTime) desc, time(cPeakTime) desc
sqlite 时间排序
2022-08-20 19:45:04
2022-08-20 19:45:04
select * from tb_QuantifyResult where iSamplingOrCalibration = 1 and cComponentName <> ' + QuotedStr('') + ' order by date(cPeakTime) desc, time(cPeakTime) desc