oracle 查看某表的前10行

select * from tables_name  where rownum < 11;

如果查询不了,可能是用户权限问题。

posted @ 2019-08-19 15:56  哦~杰克  阅读(5254)  评论(0编辑  收藏  举报