mysql 計算日期差

有兩個途徑可得到
 
一、利用TO_DAYS函數
 
select to_days(now()) - to_days('20140831')
 
二、利用DATEDIFF函數
 
select datediff(now(),'20140831')
相關文章
相關標籤/搜索