About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
tushar-saxena
12/5/2018 - 1:11 PM
share
Share
add_circle_outline
Save
Top 10 rows in Oracle
top10Rows
content_copy
file_download
select * from pvr_query_case_list order by case_id desc OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY;
clear