# Können wir alle 'Automatisch hochgeschobenen' Nachrichten auf einmal löschen?

**URL:** https://meta.discourse.org/t/can-we-delete-all-automatically-bumped-msgs-in-one-go/251038
**Category:** Support
**Created:** [8. Januar 2023 um 08:59 UTC](https://meta.discourse.org/t/can-we-delete-all-automatically-bumped-msgs-in-one-go/251038 "2023-01-08T08:59:54Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [9. Januar 2023 um 11:36 UTC](https://meta.discourse.org/t/can-we-delete-all-automatically-bumped-msgs-in-one-go/251038/6 "2023-01-09T11:36:52Z")

</div>

Der beste Weg wäre, dies über die Discourse-Oberfläche mit dem [Data Explorer](https://meta.discourse.org/t/32566?silent=true) zu tun:

> [@Discourse Data Explorer](https://meta.discourse.org/t/discourse-data-explorer/32566):
>
> discourse2Summary Discourse [Data Explorer](https://meta.discourse.org/t/32566?silent=true) allows you to make SQL queries against your live database, allowing for up-to-the-minute stats reporting.open_bookInstall Guide This plugin is bundled with Discourse core. There is no need to install the plugin separately.information_source If you’re looking for examples or support for any custom queries, you can find lots of topics in our #Data & reporting category under the #sql-query tag. If there’s not one to suit your pa…

Verwenden Sie die folgende Abfrage:

```sql
SELECT * from posts
WHERE action_code = 'autobumped'

```

 ![auto bump data explorer query result](https://global.discourse-cdn.com/meta/original/4X/8/3/1/831d3acb272224c6f07a346f2e2bc9a867bb4f83.png)

---

_[View the full topic](https://meta.discourse.org/t/can-we-delete-all-automatically-bumped-msgs-in-one-go/251038)._
