Getting pages of results from Oracle
May 19, 2010 | In: coldfusion, oracle, paging
I learned something new today. Using ROWNUM in an Oracle query, while it does limit the resultset to the number specified, does not limit it to the top n results. It’s basically a random sample because it appears that ROWNUM is calculated...