0
点赞
收藏
分享

微信扫一扫

oracle只要第一条数据SQL

杰森wang 2022-07-27 阅读 144

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

如上。



举报

相关推荐

0 条评论