会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码艺术
代码改变世界,我改变代码
博客园
首页
新随笔
联系
订阅
管理
11 2023 档案
oracle、sql server Join连表修改。
摘要:1、Oracle 连表修改 merge into t_user t1 using (select * from t_class) t2 on(t1.userId=t2.userId) when matched then update set t1.name=t2.name 2、Sql server
阅读全文
posted @
2023-11-29 17:50
大空白纸
阅读(97)
评论(0)
推荐(0)
编辑
公告