Tags
- 쟝고
- 그리디
- drf
- 뷰
- DB
- N:1
- 백트래킹
- Vue
- Tree
- 트리
- M:N
- 통계학
- 스택
- delete
- distinct
- SQL
- migrations
- Django
- Article & User
- ORM
- count
- stack
- regexp
- 완전검색
- outer join
- 큐
- create
- update
- Queue
- 이진트리
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Notice
Recent Posts
Link
데이터 분석 기술 블로그
Find Followers Count _ Easy. LeetCode 본문
Solution
SELECT user_id,
COUNT(follower_id) followers_count
FROM Followers
GROUP BY user_id
ORDER BY user_id ASC;
'SQL > 문제풀이' 카테고리의 다른 글
Biggest Single Number _ Easy. LeetCode * (0) | 2024.10.22 |
---|---|
Type of Triangle _ Easy. HackerRank (0) | 2024.10.21 |
Employee Salaries _ Easy. HackerRank (0) | 2024.10.19 |
Classes More Than 5 Students _ Easy. LeetCode (0) | 2024.10.18 |
Employee Names _ Easy. HackerRank (0) | 2024.10.17 |