oracle只要第一条数据SQL
select * from (
select * from COMMON_BIZREL_WF where sponsor is not null order by serialid
) where rownum=1
如上。
select * from (
select * from COMMON_BIZREL_WF where sponsor is not null order by serialid
) where rownum=1
如上。