MySql 經常使用時間函數

一、date()html

提取日期或日期時間表達式的日期部分ide

select date(create_time) from blog_article;

二、date_format()spa

select date_format(create_time, '%Y-%m') from blog_userinfo;

其它參考:orm

https://www.cnblogs.com/waterystone/p/5606196.htmlhtm

相關文章
相關標籤/搜索