Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

[BE] feat: 회원 수 조회 #456

Closed
wants to merge 4 commits into from
Closed

Conversation

ingpyo
Copy link
Collaborator

@ingpyo ingpyo commented Sep 21, 2023

🛠️ Issue

✅ Tasks

  • 회원 수 조회 기능

⏰ Time Difference

  • 0

Copy link
Collaborator

@ezzanzzan ezzanzzan left a comment

Choose a reason for hiding this comment

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

올해 최고의 쿼리 상

Comment on lines 13 to 18
@Query("""
SELECT COUNT(*) AS memberCount
FROM Member
WHERE Member .createdAt >= '2023-08-19 00:00:00'
""")
int countMember();
Copy link
Collaborator

Choose a reason for hiding this comment

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

최고의 쿼리

@ingpyo ingpyo closed this Sep 21, 2023
@echo724 echo724 deleted the feature/member-count-452 branch September 22, 2023 03:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4차데모데이 이후 사용자 개수 추이
2 participants