会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
thornfiled_he
博客园
首页
新随笔
联系
订阅
管理
2010年9月1日
sql批量更新指定行数据到目标行
摘要: 如下: UPDATE t1 SET t1.bank_name = t2.bank_name, t1.account_num = t2.account_num , t1.protocol_end =t2.protocol_end FROM finance_sp_vendor t1,finance_sp_vendor_temp t2 WHERE t1.account_name = t2.accou...
阅读全文
posted @ 2010-09-01 11:58 何翔华
阅读(1087)
评论(0)
推荐(1)
编辑
公告