# 모든 스태프 공지사항을 볼 수 있을까요?

**URL:** https://meta.discourse.org/t/is-it-possible-to-view-all-staff-notices/271435
**Category:** Support
**Tags:** post-notices
**Created:** [6월 16, 2021, 3:20오전 UTC](https://meta.discourse.org/t/is-it-possible-to-view-all-staff-notices/271435 "2021-06-16T03:20:44Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![dan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dan/32/101549_2.png) [@dan](https://meta.discourse.org/u/dan)
#### Post date: [6월 18, 2021, 2:10오후 UTC](https://meta.discourse.org/t/is-it-possible-to-view-all-staff-notices/271435/2 "2021-06-18T14:10:36Z")

</div>

[Data Explorer 플러그인](https://meta.discourse.org/t/data-explorer-plugin/32566)을 사용하여 다음 쿼리를 실행하면 모든 스태프 공지사항을 확인할 수 있습니다:

```sql
SELECT post_id, value::json->>'raw'
FROM post_custom_fields
WHERE name = 'notice' AND value::json->>'type' = 'custom'

```

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-view-all-staff-notices/271435)._
