Given two date arguments, DATEDIFF() returns the number of days between the second date and the first. mysql> SELECT DATEDIFF('2006-01-20', '2005-11-10'); ...
確定! 回上一頁