How to do Paging with Oracle?

Answer

SELECT*FROM(SELECT a.*, rownum r__
    FROM(SELECT*FROM ORDERS WHERE CustomerID LIKE'A%'ORDERBY OrderDate DESC, ShippingDate DESC) a
    WHERE rownum <((pageNumber * pageSize)+1))WHERE r__ >=(((pageNumber-1)* pageSize)+1)

All oracle Questions

Ask your interview questions on oracle

Write Your comment or Questions if you want the answers on oracle from oracle Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---