标签:and 中文字符 ref 字符串 mysql 分享图片 文字 date inf
DATE_FORMAT无法用于提取含中文字符的时间字符串中的时间,
可以通过STR_TO_DATE来提取其中的信息,
如下:
SELECT STR_TO_DATE("2018年11月05日 15:00:00","%Y年%m月%d日 %H:%i:%S");
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_str-to-date
标签:and 中文字符 ref 字符串 mysql 分享图片 文字 date inf
原文地址:https://www.cnblogs.com/adoontheway/p/9909905.html