BATCH-1648: fix typo
This commit is contained in:
@@ -2294,7 +2294,7 @@ itemReader.close(executionContext);</programlisting>
|
||||
select * from (
|
||||
select * from (
|
||||
select t.id, t.name, t.credit, ROWNUM ROWNUM_ from customer t order by id
|
||||
) where ROWNUM_ <![CDATA[ > ]]> ( #_page# * #_pagesize# )
|
||||
)) where ROWNUM_ <![CDATA[ > ]]> ( #_page# * #_pagesize# )
|
||||
) where ROWNUM <![CDATA[ <= ]]> #_pagesize#
|
||||
</select>
|
||||
</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user