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) ;

 

相关文章:

  • 2022-12-23
  • 2021-08-15
  • 2021-08-07
  • 2021-12-28
  • 2021-11-17
  • 2021-12-21
  • 2022-12-23
  • 2021-07-05
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案