oracle 读取最大值sql

select * from table a1 where rowid = (
select max(rowid) from table a2 where a2.id_subject_cost=a1.id_subject_cost and a2.cost=a1.cost
)
上一篇:python_12 模块


下一篇:NancyFX 第十二章 通道截拦