91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MySQL日期加減函數怎么用?

發布時間:2020-05-20 09:14:00 來源:億速云 閱讀:279 作者:Leah 欄目:MySQL數據庫

今天小編就為大家帶來一篇介紹MySQL日期加減函數的文章。小編覺得挺實用的,為此分享給大家做個參考。一起跟隨小編過來看看吧。

1. addtime()  

為日期加上指定秒數

select addtime(now(),1); -- 加1秒

2. adddate()  

有兩種用法,第二個參數直接填數字的話是為日期加上指定天數,填interval的話是為日期加上指定的interval時間

select adddate(now(),1); -- 加1天
select adddate(now(), interval 1 day); -- 加1天
select adddate(now(), interval 1 hour); --加1小時
select adddate(now(), interval 1 minute); -- 加1分鐘
select adddate(now(), interval 1 second); -- 加1秒
select adddate(now(), interval 1 microsecond); -- 加1毫秒
select adddate(now(), interval 1 week); -- 加1周
select adddate(now(), interval 1 month); -- 加1月
select adddate(now(), interval 1 quarter); -- 加1季
select adddate(now(), interval 1 year); -- 加1年

3. date_add()  

為日期增加一個時間間隔,這個只能使用interval時間作為參數,用法和adddate()一致

select date_add(now(), interval 1 day); -- 加1天
select date_add(now(), interval 1 hour); -- 加1小時
select date_add(now(), interval 1 minute); -- 加1分鐘
select date_add(now(), interval 1 second); -- 加1秒
select date_add(now(), interval 1 microsecond); -- 加1毫秒
select date_add(now(), interval 1 week); -- 加1周
select date_add(now(), interval 1 month); -- 加1月
select date_add(now(), interval 1 quarter); -- 加1季
select date_add(now(), interval 1 year); -- 加1年

4. subtime()  

為日期減去指定秒數

select subtime(now(), 1); -- 減1秒

5. subdate()  

與adddate()函數用法一致,有兩種用法,第二個參數直接填數字的話是為日期減去指定天數,填interval的話是為日期減去指定的interval時間

select subdate(now(),1); -- 減1天
select subdate(now(), interval 1 day); -- 減1天
select subdate(now(), interval 1 hour); --減1小時
select subdate(now(), interval 1 minute); -- 減1分鐘
select subdate(now(), interval 1 second); -- 減1秒
select subdate(now(), interval 1 microsecond); -- 減1毫秒
select subdate(now(), interval 1 week); -- 減1周
select subdate(now(), interval 1 month); -- 減1月
select subdate(now(), interval 1 quarter); -- 減1季
select subdate(now(), interval 1 year); -- 減1年

6. date_sub()   

與date_add()函數用法一致,為日期減去一個時間間隔,這個只能使用interval時間作為參數

select date_sub(now(), interval 1 day); -- 減1天
select date_sub(now(), interval 1 hour); --減1小時
select date_sub(now(), interval 1 minute); -- 減1分鐘
select date_sub(now(), interval 1 second); -- 減1秒
select date_sub(now(), interval 1 microsecond); -- 減1毫秒
select date_sub(now(), interval 1 week); -- 減1周
select date_sub(now(), interval 1 month); -- 減1月
select date_sub(now(), interval 1 quarter); -- 減1季
select date_sub(now(), interval 1 year); -- 減1年

關于MySQL日期加減函數就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果喜歡這篇文章,不如把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

昂仁县| 玉屏| 铜山县| 石台县| 泰来县| 揭阳市| 贵港市| 宣恩县| 宜春市| 枝江市| 高邮市| 白城市| 筠连县| 萝北县| 城步| 枣庄市| 高邑县| 青川县| 闵行区| 麻阳| 三明市| 达孜县| 伊通| 务川| 龙胜| 云林县| 中阳县| 奈曼旗| 南皮县| 明光市| 常熟市| 土默特右旗| 湖州市| 桐庐县| 涞水县| 林周县| 封丘县| 温州市| 台南县| 清远市| 吕梁市|