smhy8187

 

两个表之间的数据更新

update patient set add_uname=b.uname
from patient as a,uuser as b
where a.id=b.id

( 其中:a.id=b.id 是两表的关联条件)

posted on 2008-04-04 16:51  new2008  阅读(154)  评论(0编辑  收藏  举报

导航