I tried one querry to fetch first 5 rows from the Table As:
select * from table fetch first 5 rows only.
It fetches first 5 rows from the Table.
Similarly How to fetch last 10 rows ? I tried using "last" keyword in the above querry instead of "first" but its not working.
Need Help.
ThankYou