当前位置:网站首页>The time format is incorrect, and an error is reported when running the SQL file
The time format is incorrect, and an error is reported when running the SQL file
2022-04-23 06:52:00 【Collect and study by yourself】
The database time format uses datetime Format , This error is sent when the result is transferred , Because some data have no value to save 00-00-00 00:00:00, Wrong report , It's solved with this
set global sql_mode = 'STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
版权声明
本文为[Collect and study by yourself]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230555551631.html
边栏推荐
猜你喜欢
随机推荐
数据可视化进一步学习
常用sql语句收藏
Navicat 连接 oracle library is not loaded的解决方法
各进制数之间的互相转换
sql中的 IF 条件语句的用法
swiper组件封装
TP5 使用redis
1-1 NodeJS
input文件上传
TypeScript(上)
ASP.NET CORE JWT认证
小米摄像头异常解决
深入理解控制反转和依赖注入
freeCodeCamp----time_calculator练习
excel里有文字的数字怎么从小到大排序,而不是首数字排序
file_ get_ Two solutions to content accessing SSL errors
tp5 报错variable type error: array解决方法
【正河源刀具相关】
使用jsonwebtoken生成访问密钥
leetcode刷题之x的算术平方根









