关于insert into A(a,b,c) select a,b,c from B 的问题 10
A表中有org_name,org_code|B表中也有org_name,org_code。将B中的org_name,org_code插入到A表中,如果A表中已存在,无需在...
A表中有org_name,org_code | B表中也有org_name,org_code。将B中的org_name,org_code插入到A表中,如果A表中已存在,无需在插入。如果B中有一条数据的org_name和A中的相同,但是org_code不同,这条记录还会插入吗?是不是只有org_name,org_code两者全部相同,B表中的数据才不会插入?
-----------------------------------------------------------------------
#################求代码################## 展开
-----------------------------------------------------------------------
#################求代码################## 展开
2个回答
2011-09-22
展开全部
如果org_name是A的主键,如果B中有一条数据的org_name和A中的相同,那么就不会插入
推荐于2018-06-11
展开全部
这种insert的标准语法是
insert into tablename (c) select a+b from tablename2 where 条件
insert into tablename (c) select a+b from tablename2 where 条件
追问
tablename (c) 这个是什么意思?
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询