更新创建时间为上个月及以前的某个字段为1000到3000的数量 update 表名 set 字段名 = floor(1000 + rand()*2000) where DATE_FORMAT(createTime, '%Y-%m') < DATE_FORMAT(now(),'%Y-%m')