MySQL日期時間函數常用總結

來源:互聯網
上載者:User
  1.  獲得當前日期+時間(date + time)1.1    函數:now()

  •  相關函數:current_timestamp(),localtime(),localtimestamp()

  •  舉例說明:

    2. 獲得當前日期(date)

  •  函數:curdate()

  •  相關函數:current_date(),current_date

  •  舉例說明:

    3. 獲得目前時間(time)

  • 函數:curtime()

  •  相關函數:current_time(),current_time

  • 舉例說明


  •  

    4. MySQL dayof… 

    • 函數:dayofweek(), dayofmonth(), dayofyear()分別返回日期參數,在一周、一月、一年中的位置。

    • 舉例說明

    • set @dt = '2008-08-08';

    • select dayofweek(@dt); -- 6

    • select dayofmonth(@dt); -- 8

    • select dayofyear(@dt); -- 221

    • 日期‘2008-08-08′ 是一周中的第6 天(1 = Sunday, 2 = Monday, …, 7 = Saturday)

    • 一月中的第8 天;一年中的第221 天

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.