select * from table1
where PERIOD_DIFF(date_format(now(),'%Y%m'),date_format(fieldname,'%Y%m')) = 1
说明:
查询table1的fieldname为上月的数据。
PERIOD_DIFF()函数返回两个时间相差的月份数。
标签:table1,format,Y%,PERIOD,查询,mysql,DIFF From: https://www.cnblogs.com/jiduoduo/p/17022992.html