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) ;
2023-11-14 23:20:52
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) ;