和MySQL不同Oracle没有Limit
想要获取前几行数据可以使用rownum
例如:select * from student where rownum < 100
这样可以获取student表中前99条数据