BATCH-1648: fix typo

This commit is contained in:
dsyer
2010-10-30 17:59:22 +00:00
parent e4acf6a869
commit 51eefc70af

View File

@@ -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_ &lt;![CDATA[ &gt; ]]&gt; ( #_page# * #_pagesize# )
)) where ROWNUM_ &lt;![CDATA[ &gt; ]]&gt; ( #_page# * #_pagesize# )
) where ROWNUM &lt;![CDATA[ &lt;= ]]&gt; #_pagesize#
&lt;/select&gt;
</programlisting>