"destination driven, not destiny driven"
select * from( select a.*, ROWNUM rnum from ( <your_query_goes_here> ) a where ROWNUM <= :MAX_ROW_TO_FETCH )where rnum >= :MIN_ROW_TO_FETCH;
Post a Comment
No comments:
Post a Comment