Is there a way to make an Oracle query behave like it contains a MySQL limit clause?
Oracle
MySQL limit
In MySQL, I can do this:
MySQL
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 !