select * from table where ROWNUM<100;
ROWNUM<你想要输出的数目,写在where后
如何限制oracle数据库表的输出记录条数
原文:http://811203127.blog.51cto.com/6029485/1628043