I want to get the first 10 table Rows in USER database client table in oracle database 21c.how to write the query for it...
I use, Select * from client LIMIT 10;
it not worked.
I use, Select * from client LIMIT 10;
for get first 10 table rows in client table,
but it not worked(not give any output).
There is no
LIMITclause in Oracle SQLOption 1:
Option 2: