gpt4 book ai didi

mysql - 从字符串转换日期和/或时间时转换失败。 - 错误

转载 作者:行者123 更新时间:2023-11-30 01:35:41 25 4
gpt4 key购买 nike

消息 241,级别 16,状态 1,第 3 行从字符串转换日期和/或时间时转换失败。

Insert Into
Developer(DevID,UserName,DevPassword,Email,Country,ZipCode,CellPhone,LastLogin)
Values
('Dev123456A', 'Paul Wilson Diu', 'P@ulWilson', 'Paul_Wilson@yahoo.com',
'Philippines', '12345', '0277824893', '10-04-2013'),

我试图在 LastLogin 中插入日期,但收到此错误。

最佳答案

在 MySQL 中,您需要像这样格式化日期:

Insert Into Developer (DevID,UserName,DevPassword,
Email,Country,ZipCode,CellPhone,LastLogin)
Values ('Dev123456A','Paul Wilson Diu','P@ulWilson',
'Paul_Wilson@yahoo.com','Philippines',
'12345','0277824893','2013-10-04');

http://dev.mysql.com/doc/refman/5.1/en/datetime.html

关于mysql - 从字符串转换日期和/或时间时转换失败。 - 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16928854/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com