海不辞水 故成其大 binss

30 04, 2006

怎么样利用光标更新数据

oracle 技术 — 作者 binss @ 22:43
怎么样利用光标更新数据
[A]cursor c1 is
select * from tablename
where name is null for update [of column]
……
update tablename set column = ……
where current of c1;


最新回复


发表评论

Powered by pLog