gpt4 book ai didi

mysql - 将 MySQL 字符串转换为时间

转载 作者:行者123 更新时间:2023-11-29 17:15:49 25 4
gpt4 key购买 nike

我有一列时间存储为 0545(上午 5:45),日期列存储为 20180801。我想将它们合并为一个值 2018/08/01 05:45 am) I我正在通过 ODBC 连接执行此操作(如果有影响的话)。我可以在日期列上使用 STR_TO_DATE,但我无法弄清楚时间列。谢谢。

最佳答案

对整个事情使用str_to_date():

select str_to_date(concat(datecol, timecol), '%Y%m%d%h%i')

关于mysql - 将 MySQL 字符串转换为时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51636388/

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