Mysql中字符串互轉時間類型,date_format()和str_to_date()函數

一、mysql內置函數,在mysql裏面利用str_to_date()把字符串轉換爲日期。mysql 示例:分隔符一致,年月日要一致、sql select str_to_date('2016-09-09 15:43:28','%Y-%m-%d %H:%i:%s');oracle select date_format(now(), '%Y-%m-%d %h:%i:%s');函數 注:H大寫和h小寫的
相關文章
相關標籤/搜索