How do I limit the number of rows returned by an Oracle query after ordering?

前端 未结 17 1480
夕颜
夕颜 2020-11-21 04:56

Is there a way to make an Oracle query behave like it contains a MySQL limit clause?

In MySQL, I can do this:

         


        
17条回答
  •  不思量自难忘°
    2020-11-21 05:23

    In case of SQL-Developer, it automatically fetches only first 50 rows. And if we scroll down, it fetches another 50 rows and so on !

    Hence we dont need to define, in case of sql-developer tool !

提交回复
热议问题