插入数据报错
来源:2-5 sql语法基础-插入和查询语句
沧海遗珠丶丶
2019-03-15
INSERT IN students
VALUE(1, ‘张三’, ‘三哥’, ‘男’, now());
[SQL]INSERT IN students
VALUE(1, ‘张三’, ‘三哥’, ‘男’, now());
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘IN students
VALUE(1, ‘张三’, ‘三哥’, ‘男’, now())’ at line 1
写回答
3回答
-
沧海遗珠丶丶
提问者
2019-03-15
找到问题的原因了,都是小问题
00 -
沧海遗珠丶丶
提问者
2019-03-15
运行插入语句,刷新之后,表里面没有变化
00 -
沧海遗珠丶丶
提问者
2019-03-15
[SQL]INSERT INTO `students` VALUE(1, '张三', '三哥', '男', now());
[Err] 1366 - Incorrect string value: '\xE5\xBC\xA0\xE4\xB8\x89' for column 'name' at row 1
现在是这个错误了
00
Python操作三大主流数据库-MySQL+MongoDB+Redis
一次实战同时掌握Python操作MySQL,MongoDB,Redis 三大数据库使用技巧
2024 学习 · 376 问题
相似问题