在sql文件里执行插入语句出错,但是直接在mysql控制台上执行就没错 怎么解决?

sql文件打吗如下:createdatabasescore;usescore;createtablestudent(idintnotnullprimarykey,name... sql文件打吗如下:create database score;use score;create table student(id int not null primary key,name char(20),password char(20),class int not null,chinese int,english int,math int);create table teacher(id int not null primary key,name char(20),password char(20),class int not null);create table manager(id int primary key not null auto_increment,name char(20),password char(20));insert into manager(id,name,password) values(1,‘root’,‘123456’);控制台执行情况如下图: 展开
 我来答
匿名用户
2018-04-26
展开全部
create database score;
use score;
create table student(id int not null primary key,name char(20),password char(20),class int not null,chinese int,english int,math int);
create table teacher(id int not null primary key,name char(20),password char(20),class int not null);
create table manager(id int primary key not null auto_increment,name char(20),password char(20));
insert into manager(id,name,password) values(1,‘root’,‘123456’);

以上是你提供的代码,最后一行insert里面的单引号用的是中文的单引号,确定可以识别吗,我没玩过MySQL不懂这个

atwt27
2016-11-09 · TA获得超过149个赞
知道小有建树答主
回答量:216
采纳率:100%
帮助的人:110万
展开全部
你这个语句,里面包含主健(id),所以只能执行一次。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
二月烛
2016-11-10 · 每年读50本书 推荐思维工具 分享科普知识
二月烛
采纳数:24 获赞数:36

向TA提问 私信TA
展开全部
文件里面的插入语句 单引号写成中文的单引号了
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
一颗程序猿o_0
2016-11-09 · TA获得超过6298个赞
知道大有可为答主
回答量:5403
采纳率:77%
帮助的人:1355万
展开全部
insert语句里的单引号改成英文半角的
追问
我是半角的  用\. sql的方式不能insert  控制台上可以
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式