MySQL 查询当前时间点所属月份的整月数据

where 
1=1
AND DATE_FORMAT( c.create_date, '%Y%m' ) = DATE_FORMAT( CURDATE( ), '%Y%m' )

 

你可能感兴趣的:(sql)