摘要:
转载http://blog.sina.com.cn/s/blog_55844be4010008pb.html基本用法:cursor c1 is select * from tablename where name is null for update [of column]……for r1 in c1 loop update tablename set column = …… --已限制了条件了,更新只是当前记录集 where current of c1;end loop;where current of 子句只能在定义游标的时候使用了for update语句才可以使用。 上面的语句中r1.. 阅读全文
posted @ 2012-12-12 15:03
future2012lg
阅读(284)
评论(0)
推荐(0)
浙公网安备 33010602011771号