主页 > 知识库 > insert into tbl() select * from tb2中加入多个条件

insert into tbl() select * from tb2中加入多个条件

热门标签:菏泽语音电销机器人加盟公司 广东防封卡外呼系统原理是什么 长沙智能外呼系统 外呼系统改进 电销机器人公司 需要哪些牌照 分享百度地图标注多个位置 知名电销机器人价格 湖南电脑外呼系统平台 地图标注牌
复制代码 代码如下:

insert into warehouse(wlbm,wlmc,ys,wlgg,sybm,wlfl) select * from (select rtrim(b.bjbm) as bjbm,a.bjmc as wlmc, a.ys, a.clgg as wlgg,a.bm,
(case a.bm when '注塑' then 2
when '吹塑' then 43
when '搪胶' then 3
when '喷油' then 4
when '车梳' then 45
when '冲压' then 19
when '电焊' then 31
when '烤漆' then 37
when '裁床' then 38

when '丝印' then 46
when '车缝' then 39
when '装配' then 40
when '包装' then 42

end) as wlfl
FROM (select distinct(rtrim(bjbm)) as bjbm from dbo.CP_LB where bjbm>'' and bjbm not in (select wlbm from warehouse)) b left JOIN dbo.CP_LB a
on rtrim(b.bjbm)=rtrim(a.bjbm)) c
您可能感兴趣的文章:
  • 数据库插入数据之select into from与insert into select区别详解
  • insert into select和select into的使用和区别介绍
  • 解析MySQL中INSERT INTO SELECT的使用
  • SELECT INTO 和 INSERT INTO SELECT 两种表复制语句简单介绍
  • INSERT INTO SELECT语句与SELECT INTO FROM语句的一些区别
  • insert select与select into 的用法使用说明
  • mssql insert into 和insert into select性能比较
  • select into 和 insert into select 两种表复制语句
  • SELECT INTO 和 INSERT INTO SELECT 两种表复制语句详解(SQL数据库和Oracle数据库的区别)

标签:呼和浩特 美容院 泉州 珠海 商洛 西宁 福建 天水

巨人网络通讯声明:本文标题《insert into tbl() select * from tb2中加入多个条件》,本文关键词  insert,into,tbl,select,from,tb2,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《insert into tbl() select * from tb2中加入多个条件》相关的同类信息!
  • 本页收集关于insert into tbl() select * from tb2中加入多个条件的相关信息资讯供网民参考!
  • 推荐文章