insert into tbl() select * from tb2中加入多个条件
2017-02-05
18
复制代码 代码如下: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 wh...