1.将切片时间-1天
update tt_ed_ares_stowage_aging_ratio set slice_tm = DATE_ADD(slice_tm,INTERVAL-1 DAY) ;
2.将切片时间+1天
update tt_ed_ares_stowage_aging_ratio set slice_tm = DATE_ADD(slice_tm,INTERVAL 1 DAY) ;
原文:https://www.cnblogs.com/like1824/p/14665540.html