gpt4 book ai didi

mysql - MYSQL建表时如何修改默认日期格式

转载 作者:可可西里 更新时间:2023-11-01 06:32:40 27 4
gpt4 key购买 nike

如何修改MYSQL建表时的默认日期格式

最佳答案

您不能在表定义阶段更改日期的默认格式。 (它必须始终遵循 DATETIME、DATE 或 TIMESTAMP 格式。)正如手册所说:

Although MySQL tries to interpret values in several formats, dates always must be given in year-month-day order (for example, '98-09-04'), rather than in the month-day-year or day-month-year orders commonly used elsewhere (for example, '09-04-98', '04-09-98').

参见 date and time reference docs了解更多信息。

因此,您必须使用 DATE_FORMAT()在输出点发挥作用以实现这一目标。

关于mysql - MYSQL建表时如何修改默认日期格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3350465/

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