Mysql 批量删除表中某一区间的所有数据

For example:

delete from table_name where id>10 and id<30;
原文地址:https://www.cnblogs.com/whist/p/8804534.html