marnell21
9/2/2015 - 6:09 PM

Select limited rows from Oracle From http://www.oracle.com/technetwork/issue-archive/2006/06-sep/o56asktom-086197.html

select * 
  from t 
 where ROWNUM > 1;