The top ten data in the oracle query table

select * from tables_name where rownum < 11;
or
select * from tables_name where rownum < =10;

Guess you like

Origin blog.csdn.net/weixin_44285445/article/details/107932212