Skip to content

[Hotfix] #11 - MySql에서 작동 안되는 쿼리 수정#13

Open
YujinJeong1006 wants to merge 1 commit intomainfrom
hotfix/11-member-fix
Open

[Hotfix] #11 - MySql에서 작동 안되는 쿼리 수정#13
YujinJeong1006 wants to merge 1 commit intomainfrom
hotfix/11-member-fix

Conversation

@YujinJeong1006
Copy link
Copy Markdown
Contributor

MySql에서 RANK로 별칭을 설정하니 에러가 나서 RANK -> RANKNAME으로 수정

한번도 출석 안한 회원 조회하는 쿼리 실행 결과가 예상과 다르게 나왔기에 JOIN -> LEFT JOIN으로 수정하였습니다~

@YujinJeong1006 YujinJeong1006 linked an issue Oct 23, 2025 that may be closed by this pull request
@YujinJeong1006 YujinJeong1006 self-assigned this Oct 23, 2025
Copy link
Copy Markdown
Contributor

@ghi512 ghi512 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오예 Rankname 수정 감사합니다 ~! 🙇‍♀️

Copy link
Copy Markdown
Contributor

@huni2 huni2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

쿼리 수정 확인했습니다~
그러면 core-service에 있는 Rank컬럼도 변경해야하나요..?

@YujinJeong1006
Copy link
Copy Markdown
Contributor Author

쿼리 수정 확인했습니다~ 그러면 core-service에 있는 Rank컬럼도 변경해야하나요..?

네 근데 별칭으로 설정하면 되는거라 금방 수정해요

Copy link
Copy Markdown
Contributor

@HoodRyan HoodRyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!

Copy link
Copy Markdown
Contributor

@rosieisor rosieisor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정된 부분 확인했습니다 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[hotfix] 회원 관련 코드 수정

5 participants