mysql中写if not exists报错,求大神看看

求看是什么问题啊?... 求看 是什么问题啊? 展开
 我来答
张伊笙
2019-01-27 · TA获得超过527个赞
知道小有建树答主
回答量:962
采纳率:85%
帮助的人:449万
展开全部
mysql中不支持if not exists 像你那样的用法
mysql 用法:
1. 最常用的if not exists用法: create table if not exists AA 如果表AA不存在(返回true)则创建表
2. select 语句中使用exists, 如:
select a.id,a.name from user where exists (select * from class where a.class_id = c.class_id)
3. insert into中使用not exists, 为了表中不插入重复语句,可以在insert into 中使用not exists进行判断,如果不存在相同的记录(not exists返回true)则插入,否则不执行,语句如下:
insert into tableA(id,name,start_time,ds)
select '1234','testName','2017-07-01 18:00:00','20170701 ' from dual WHERE not exists (select * from tableA
where instance_id = '1234' );
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式