当前位置:网站首页>MySQL ERROR: ERROR 1292 (22007) : Incorrect date value: '1988' for column 'birthday' at row 1
MySQL ERROR: ERROR 1292 (22007) : Incorrect date value: '1988' for column 'birthday' at row 1
2022-08-07 12:41:00 【bksheng】
I want to insert a record that contains a date record, but an error is reported.
The reason for the error: When inserting the value of the date data type, quotation marks should be added outside the date.
Error code:
insert into db_student(name,age,sex,span>birthday) values('Zhang San',22,0,2000-12-12span>)Fixed code:
insert into db_student(name,age,sex,span>birthday) values('Zhang San',22,0,'2000-12-12'span>)边栏推荐
- 1.0常见命令以及权限理解
- 容器运行时 笔记 / CRI-O / CRI-O 安装说明
- Character (string) and memory manipulation library functions
- 字符(串)及内存操作库函数
- Container Runtime Notes / CRI-O / CRI-O Installation Instructions
- 心灵在旅行
- 分享幸福(2)
- Yolo v5 masks monitoring
- 【New in 2022】Efficient brush buckle in all directions | Reverse linked list
- Job interview, written test experience and preparation process
猜你喜欢

USB模块分析(四)- 设备列表&权限申请

Free monospace font for programming ligatures: Fira Code

若依集成websocket实现实时通信

Leetcode 47. 全排列 II

使用vxe-table行合并后所合并到的行后面会多出一列空白出来,

How to find three and in an array of fixed value not repeating elements?Double pointer address leetcode 15. Three Numbers together
![[Deep Learning] Li Mu's Deep Learning Notes are here!](/img/68/4e032f65a06dc31abc491a99de9dda.png)
[Deep Learning] Li Mu's Deep Learning Notes are here!

封装、继承和多态

Custom types: structs, enums, unions

What is the Office Open XML file format
随机推荐
Data Structures----带头双向循环链表学习总结1
OneNote 教程,如何在 OneNote 中使用绘图和批注?
分享幸福(2)
Linux - Install and Start MySQL on Linux Systems
分享幸福(1)
中国石油大学(北京)-《 完井工程》第三阶段在线作业
我说MySQL联合索引遵循最左前缀匹配原则,面试官让我回去等通知
【学习】代码里引入的包都是啥东西
封装、继承和多态
1. MongoDB概览
PDF转换工具安装教程
Job interview, written test experience and preparation process
【机器学习】XGBoost 比深度学习还强?
Custom types: structs, enums, unions
China university of petroleum (Beijing) - "completion project" the second phase of online operations
The pit of copying code online
地图加柱状图、饼图组合可视化
China University of Petroleum (Beijing) - "Workover Engineering" Phase II Online Work
代码随想录笔记_动态规划_518零钱兑换II
OneNote tutorial, how to use drawing and annotation in OneNote?