为了账号安全,请及时绑定邮箱和手机立即绑定

insert into ... select ... where ... join语法

insert into ... select ... where ... join语法

一只名叫tom的猫 2019-04-13 08:46:29
insertinto...select...where...join这样的语法为什么会报错?例如:insertintoT2(c1,c2,c3)selectt1.c1,t1.c2,t1.c3fromT1t1wheret1.c2='y'leftjoinT3t3ont1.c1=t3.c1leftjoinT4t4ont1.c1=t4.c1;
查看完整描述

2 回答

?
繁星coding

TA贡献1797条经验 获得超4个赞

select
t1.c1,
t1.c2
fromT1t1
leftjoinT3t3ont1.c1=t3.c1
leftjoinT4t4ont1.c1=t4.c1
wheret1.c2='y';
RTFM
                            
查看完整回答
反对 回复 2019-04-13
  • 2 回答
  • 0 关注
  • 501 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信