下载吧 - 绿色安全的游戏和软件下载中心

软件下载吧

当前位置:软件下载吧 > 数据库 > MS_SQL > SQL基础:在SQL Server中使用子查询更新语句

SQL基础:在SQL Server中使用子查询更新语句

时间:2024-03-09 11:51作者:下载吧人气:33

测试环境准备

create table #table1
( id int , name varchar(20) );
go

create table #table2
( id int , name varchar(20) );
go

insert into #table1 ( id, name ) values ( 1, ‘a’ ), ( 2, null ), ( 3, ‘c’ ), ( 4, ‘d’ ), ( 5, ‘e’ );
insert into #table2 ( id, name ) values ( 1, ‘a1’ ), ( 2, ‘b1’ ), ( 3, ‘c1’ );

标签MSSQL,SQLServer,技术文档,数据库,SQLSERVER

相关下载

查看所有评论+

网友评论

网友
您的评论需要经过审核才能显示

热门阅览

最新排行

公众号