delete from tablename where id>=1 and id<=500
或者
DELETE FROM `数据库名称`.`数据表名称` WHERE `house_cs`.`id` <= 1 and `house_cs`.`id` >= 500

相关文章:

  • 2021-11-10
  • 2021-12-02
  • 2022-12-23
  • 2021-11-30
  • 2021-05-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-27
  • 2022-02-09
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
  • 2021-05-07
相关资源
相似解决方案