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
如上。
相关推荐