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
如上。
转载于:https://www.cnblogs.com/xh_Blog/p/10792551.html