3. date_add()為日期增加一個時間間隔,這個只能使用interval時間作為引數,用法和adddate()一致. select date_add(now(), interval 1 day); -- 加1天 ...
確定! 回上一頁