I'm using Oracle and want to do a LIMIT 5,10...
but oracle can't do a rownum >.. so...
i want to emulate a LIMIT 5,10 (like mysql) using a loop.
any ideas?