Oracle/MySql下分別對應的日期與字符串轉換函數

Oracle 日期轉換爲字符串: to_char(sysdate,'yyyy-mm-dd hh:mi:ss'); 字符串轉換爲日期: to_date('19920607','yyyy-mm-dd hh:mi:ss'); MySql str_to_date 字符串轉換爲datecss str_to_date( '2016-12-15 16:48:40', '%Y-%m-%d %H:%i:%S'
相關文章
相關標籤/搜索