posts - 119, comments - 62, trackbacks - 0, articles - 0

oracle通过一个表更新另一个表

Posted on 2007-08-02 16:48 Kevin Meng 阅读(1334) 评论(1)  编辑  收藏
declare
cursor t1 is select * from szmenpaipro;
begin
for rec in t1 loop
update wgspoi t set t.detail=rec.jieshao where t.objectid=rec.objid;
end loop;
end;

Feedback

# re: oracle通过一个表更新另一个表  回复  更多评论   

2007-11-23 14:28 by cqxuchen
很有用,谢谢

只有注册用户登录后才能发表评论。


网站导航: