XML 20:00的自动点(每个时间点一个值,到点自动取值),例如: 20:00的时候我录入值是44,到22点我发现录入错了实际是42,怎么才能取最新一条22:00的值
select * from a where rq=(select max(rq) from a)