摘要: select * from (select * from 表名 where 条件 order by 排序日期 desc) where rownum=1; select * from (select * from TABLE where STATE = 3 order by TIME desc) wh 阅读全文
posted @ 2020-11-03 09:36 松松松松松柯 阅读(5086) 评论(0) 推荐(1) 编辑