摘要: 需要注意的是,在Oracle中不使用limit,Oracle 使用rownum select no,name from emp limit 5 取前5条记录, select no,name from emp limit 0,5 从1号位开始,取5条数据 select no,name from emp 阅读全文
posted @ 2019-07-11 11:04 酸奶不够酸 阅读(452) 评论(0) 推荐(0)