mysql 插入语句报错之一

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 插入语句报错之一相关的知识,希望对你有一定的参考价值。

#添加学生信息
INSERT INTO student VALUES(‘108‘,‘曾华‘,‘男‘,‘1977-09-01‘,‘95033‘);

mysql中插入上面一条信息数据,mysql出现下面错误

1 queries executed, 0 success, 1 errors, 0 warnings

查询:insert into teacher values(‘804‘,‘李诚‘,‘男‘,‘1958-12-02‘,‘副教授‘,‘计算机系‘)

错误代码: 1366
Incorrect string value: ‘\xE6\x9D\x8E\xE8\xAF\x9A‘ for column ‘tname‘ at row 1

执行耗时 : 0 sec
传送时间 : 0 sec
总耗时 : 0.003 sec

 





以上是关于mysql 插入语句报错之一的主要内容,如果未能解决你的问题,请参考以下文章

Mysql 升级到 5.6 后插入语句时间字段报错:Incorrect datetime value: '' for column 'createtime'

插入mysql语句报错:1064 - You have an error in your SQL syntax; check the manual that corresponds to your M

mysql workbench插入表数据时有中文就报错,怎么解决

已经设置utf8的mysql cmd中插入中文执行报错解决方法

Mysql 插入大数据量数据报错:Lost connection to MySQL server during query

mysql中插入中文报错怎么解决