# classification\_results 테이블을 다른 테이블과 조인하는 방법에 대한 지원 요청

**URL:** https://meta.discourse.org/t/joining-classification-results-table-to-other-tables-support-request/371640
**Category:** Data & reporting
**Tags:** ai, sql-query, ai-sentiment
**Created:** [6월 25, 2025, 12:59오후 UTC](https://meta.discourse.org/t/joining-classification-results-table-to-other-tables-support-request/371640 "2025-06-25T12:59:35Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![SStrong](https://avatars.discourse-cdn.com/v4/letter/s/ee7513/32.png) [@SStrong](https://meta.discourse.org/u/SStrong)
#### Post date: [6월 26, 2025, 8:22오전 UTC](https://meta.discourse.org/t/joining-classification-results-table-to-other-tables-support-request/371640/5 "2025-06-26T08:22:20Z")

</div>

> [@JammyDodger](#):
>
> ```plaintext
> SELECT target_type
> FROM classification_results
> GROUP BY 1 
> 
> ```

target\_type로 보이는 것은 post뿐입니다. post가 자체적으로 여러 유형을 포함하고 있다고 생각하는 것이 맞을까요? 예를 들어, 하나의 주제(topic)에는 총 10개의 게시글(post)이 있을 수 있습니다. 그렇다면 이 경우 감성 분석(sentiment analysis)은 주제당 각 게시글에 대해 10번씩, 즉 총 10번 적용되는 것을 의미합니까? 즉, 주제별 카테고리별 감성 점수를 보여주는 대시보드를 만들라는 요청이 있다면, 다음 단계로 해당 주제의 게시글 중 감성 분석이 실제로 적용된 게시글의 수를 파악한 후 평균을 내야 한다는 뜻입니까?

---

_[View the full topic](https://meta.discourse.org/t/joining-classification-results-table-to-other-tables-support-request/371640)._
