摘要: /时间转成年月日时分秒select date_format(now(),'%Y%m%d%H%i%S')//时间转成年月日select date_format(now(),'%Y%m%d')//去年此时select DATE_ADD(now(), Interval -1 year)//上月此时sele 阅读全文
posted @ 2018-03-23 16:26 小泉哥 阅读(2631) 评论(0) 推荐(0)