oracle怎样返回前5条记录 select vend_id,prod_price FROM Products where rownum <5 不同数据库实现方式不一样 转载于:https://www.cnblogs.com/Baronboy/p/7113531.html