mysql要实现
oracle下面这样的逻辑:
select trunc(sysdate, 'mm') from dual -- 得到某月的第一天
可以使用date_format
date_format(current_date,'%Y-%m-01')
留言
張貼留言