Apply OFFSET and LIMIT in ORACLE for complex Join Queries?
问题 I'm using Oracle 11g and have a complex join query. In this query I really wanted to apply OFFSET and LIMIT in order to be get used in Spring Batch Framework effectively. I went through: How do I limit the number of rows returned by an Oracle query after ordering? and Alternatives to LIMIT and OFFSET for paging in Oracle But things are not very clear to me. My Query SELECT DEPT.ID rowobjid, DEPT.CREATOR createdby, DEPT.CREATE_DATE createddate, DEPT.UPDATED_BY updatedby, DEPT.LAST_UPDATE_DATE