set @ins := concat('replace into ',@tbl,'_archive select * from ',@tbl,' where ',@col,' < ',@plw);
prepare instmnt from @ins;
execute instmnt;

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2021-12-12
  • 2022-01-25
  • 2022-03-03
  • 2021-07-26
  • 2022-01-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案