# 安企CMS已发布文章如何批量删除

*Published:* 2024-11-02
*Author:* 飞翔001

#### 温馨提醒

如果文章内容或图片资源失效，请留言反馈，我们会及时处理，谢谢

本文最后更新于2024年11月1日，已超过 180天没有更新



安企CMS【已发布文章】批量删除，举例ID 开始 78594-108119 结束

```
delete from archives where id >= 78594 and id < 108119;
delete from archive_data where id >= 78594 and id < 108119;
delete from archive_flags where archive_id >= 78594 and archive_id < 108119;
delete from tag_data where item_id >= 78594 and item_id < 108119;
```

截图如下：

![](https://www.xarjtc.com/wp-content/uploads/2024/11/bcf67aa86a2f5b5.webp)