比如:我现在是9月份 ,我需要查询的是 今年的1,2,3,4,5,6,7,8,9和去年的 12,11,10月份的数据
select distinct date_format(时间,'%Y-%m')
from 表名 where
TIMESTAMPDIFF(MONTH,date_format(时间,'%Y-%m-%d'),date_format(now(),'%Y-%m-%d'))<=11
https://blog.csdn.net/qq_37634156/article/details/122889734
表名.时间字段 >=
--当前时间减去11个月的日期
subdate(now(), interval 11 month)
and
--当前时间
表名.时间字段 <=now()
给控件加入默认值和最小日期和最大日期的公式
MONTHDELTA($开始日期,11) 获取开始日期11月的日期