oracle只要第一条数据SQL

select * from (
       select * from COMMON_BIZREL_WF where sponsor is not null order by serialid 
) where rownum=1

如上。

posted @ 2019-04-29 20:03  xh_Blog  阅读(1985)  评论(0)    收藏  举报