当前位置:网站首页>mysql插入datetime类型字段不加单引号插入不成功
mysql插入datetime类型字段不加单引号插入不成功
2022-04-23 11:06:00 【CSDN问答】
问题遇到的现象和发生背景
插入datetime字段,不使用单引号插入不成功
问题相关代码,请勿粘贴截图
insert into tb_shop(owner_id,area_id,shop_category_id,shop_name,shop_desc,shop_addr,phone,shop_img,priority, create_time,last_edit_time,enable_status,advice) values (1, 4, 1, 111, 123, 2222, 3333, null, null, 2022-04-14 22:02:07.913, 2022-04-14 22:02:09.769, 0, null)
报错:
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 '22:02:07.913, 2022-04-14 22:02:09.769, 0, null)' at line 1, Time: 0.000000s
改成这种就可以成功:insert into tb_shop(owner_id,area_id,shop_category_id,shop_name,shop_desc,shop_addr,phone,shop_img,priority, create_time,last_edit_time,enable_status,advice) values (1, 4, 1, 111, 123, 2222, 3333, null, null, '2022-04-14 22:02:07.913', '2022-04-14 22:02:09.769', 0, null)
运行结果及报错内容
我的解答思路和尝试过的方法
我想要达到的结果
求帮忙答疑,谢谢
采纳答案:
引号必须要加的, 否则会先识别为算术式2022-04,然后碰到04,就出错了。
版权声明
本文为[CSDN问答]所创,转载请带上原文链接,感谢
https://ask.csdn.net/questions/7693290
边栏推荐
- Software testers, how to mention bugs?
- 数据库管理软件SQLPro for SQLite for Mac 2022.30
- Restful、SOAP、RPC、SOA、微服务之间的区别
- Visual common drawing (V) scatter diagram
- RESTful和SOAP的区别
- The courses bought at a high price are open! PHPer data sharing
- 面向全球市场,PlatoFarm今日登录HUOBI等全球四大平台
- 升级cpolar内网穿透能获得的功能
- GO接口使用
- Precautions for latex formula
猜你喜欢
Introduction to neo4j authoritative guide, recommended by Qiu Bojun, Zhou Hongxiang, Hu Xiaofeng, Zhou Tao and other celebrities
Visual common drawing (IV) histogram
Intuitive understanding entropy
VM set up static virtual machine
CUMCM 2021-B:乙醇偶合制備C4烯烴(2)
After the MySQL router is reinstalled, it reconnects to the cluster for boot - a problem that has been configured in this host before
MySQL Router重装后重新连接集群进行引导出现的——此主机中之前已配置过的问题
使用zerotier让异地设备组局域网
数据库管理软件SQLPro for SQLite for Mac 2022.30
STM32接电机驱动,杜邦线供电,然后反烧问题
随机推荐
Visual Road (XII) detailed explanation of collection class
Constraintlayout layout
MySQL分区表实现按月份归类
软件测试人员,如何优秀的提Bug?
Which company is good for opening futures accounts? Who can recommend several safe and reliable futures companies?
SWAT - Introduction to Samba web management tool
Restful、SOAP、RPC、SOA、微服务之间的区别
Go interface usage
Use of SVN:
A diary of dishes | 238 Product of arrays other than itself
colab
ID number verification system based on visual structure - Raspberry implementation
MIT:用无监督为世界上每个像素都打上标签!人类:再也不用为1小时视频花800个小时了
Learning website materials
Visualized common drawing (II) line chart
Difference between pregnancy box and delivery box
我的创作纪念日
MBA-day6 逻辑学-假言推理练习题
RESTful和SOAP的区别
Cygwin 中的 rename 用法