I want to retrieve a range of record
such as retrieving 11th to 20th records from 10000 records
In SQL Server, i can use the "OFFSET" function.
so i wanna ask does Oracle provide any function similar to "OFFSET" in SQL
SERVER?
Thanks in advance
Regards
Bun
such as retrieving 11th to 20th records from 10000 records
In SQL Server, i can use the "OFFSET" function.
so i wanna ask does Oracle provide any function similar to "OFFSET" in SQL
SERVER?
Thanks in advance
Regards
Bun
Comment