永发信息网

用sql语句把两个表的它段合并

答案:4  悬赏:50  手机版
解决时间 2021-07-26 05:32

两个表,表A 字段1 字段2 , 表B 字段11 字段22 字段33

现在我要把表B的字段33拿出来和表A结合,返回一个新表 字段1 字段2 字段33

就是说把select 字段33 from 表B 和 select * from 表A 这条语句返回的结果合并到一起。明白我的意思了吗,希望最好用一条sql 语句完成,谢谢

最佳答案

select A.*,(select B.33 from B) from A 。


如果表A和表B记录不一样多,就会有问题。。。


一般用left join , inner join , right join 的,但是需要知道表A和表B的关系

全部回答

--> 测试数据:[ta] if object_id('[ta]') is not null drop table [ta] create table [ta]([id] int,[name] varchar(1)) insert [ta] select 1,'a' union all select 2,'b' union all select 3,'c' union all select 4,'d' union all select 5,'e' union all select 6,'f'

select * from [ta] --> 测试数据:[tb] if object_id('[tb]') is not null drop table [tb] create table [tb](id int ,[value] varchar(2)) insert [tb] select 1,'mm' union all select 2,'nn' union all select 3,'bb' union all select 7,'vv' union all select 8,'kk' union all select 9,'gg'

select ta.*,tb.[value] from ta,tb where ta.id=tb.id

select ta.*,tb.[value] from ta left join tb on ta.id=tb.id select ta.*,tb.[value] from ta right join tb on ta.id=tb.id

select ta.*,tb.[value] from ta full join tb on ta.id=tb.id

--如果要修改a表是变为三列

select * into # from ( select ta.*,tb.[value] from ta,tb where ta.id=tb.id--上面的任意一个sql语句 ) t

drop table ta

select * into ta from #

drop table #

select * from ta

假设表A中的字段1的外键是表B中的字段22,那么要得到两张相关连的表的SQL语句为:

select [表A].[字段1],[表A].[字段2],[表B].[字段11],[表B].[字段33] from [表A] inner join [表B] on [表A].[字段1]=[表B].[字段22]

前提就是错的,两个表如果行数不一样怎么办,表a的行和表b的行按照什么规律合并也没有

1 1 1

2 1 2

3 1 3

1 1 3

2 1 2

3 1 1

我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
settle的译义
名词性从句练习,句子改错,
海洋里面有什么鱼?
我想批发针织衫
为什么分手后更想念
安顺怎么样?
静如咸鱼是什么意思,一个脑袋好多身子是什么
恩 怎样才能让心平静 不被任何事或人影响....
小牛 VS 76人、那个比较厉害?
我可以沉默中有温柔吗
认的哥哥为什么当作亲哥哥呢!
为什么我的手机下载不了软件
网页里跳到的Logo是用什么软件做的啊?
为什么在不同的地方可能看到不同类型的日食现
三星手机s3650c哪里有卖?
推荐资讯
全运会多少年一次
dnf地下城,十久级的召唤能单刷暗黑雷鸣废虚吗
为什么反应后质量减小的是反应物,增加的是生
N78老是出现“请插入SIM卡”(经常性的)而且
盗墓笔记结局!!!!!!
怎么把这个图片搞到这里?
早上海上看日出的诗句,关于恋爱句子,陪你早上
我的孩子今年10岁三年级作业写的慢,晚上睡的
中国卡车模拟如何载货
人的一生中可以不要爱情而独自生活辈子吗
想买一个本,请教以下
再见、是不是在也不见?
正方形一边上任一点到这个正方形两条对角线的
阴历怎么看 ?