查询前几条记录 select * from table1 where rownum <=N;修改某条记录 update table1 set column1=value1, column2=value2 where [条件表达式]; 转载于:https://www.cnblogs.com/snigoal/archive/2012/03/30/2425678.html