和风赛跑 Wed, 18 Jun 2008 19:33:14 -0700
the ofbiz use the CURSOR to pagination rather than "select * from(select a.*, ROWNUM RN from(...)) where RN BETWEEN .. AND .." if the database is oracle. So anyone can give the performance detail between the above two imp