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

相关文章:

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