Oracleクエリテーブルの上位10データ

select * from tables_name where rownum < 11;
または
select * from tables_name where rownum < =10;

おすすめ

転載: blog.csdn.net/weixin_44285445/article/details/107932212