mysql str_to_date字符串转换为日期

mysql str_to_date字符串转换为日期

mysql内置函数,在mysql里面利用str_to_date()把字符串转换为日期。

 

例如:分隔符一致,年月日要一致

 

select str_to_date('2008-4-2 15:3:28','%Y-%m-%d ');

select str_to_date('2008-08-09 08:9:30', '%Y-%m-%d ');

posted @ 2018-01-08 16:43  像艳遇一样忧伤c  阅读(521)  评论(0编辑  收藏  举报