mysql str_to_date字符串轉換爲日期

mysql內置函數,在mysql裏面利用str_to_date()把字符串轉換爲日期。 示例:分隔符一致,年月日要一致   select str_to_date('2008-4-2 15:3:28','%Y-%m-%d %H:%i:%s'); select str_to_date('2008-08-09 08:9:30', '%Y-%m-%d %h:%i:%s');   對於這個已經理解,但是爲何
相關文章
相關標籤/搜索