헤비 유저가 소유한 장소

호랑·2022년 5월 26일
0

코딩 테스트 공부

목록 보기
3/3
post-custom-banner

https://programmers.co.kr/learn/courses/30/lessons/77487

SELECT *
FROM places
WHERE host_id in (
                  SELECT host_id
                  FROM places
                  GROUP BY host_id
                  HAVING count(host_id)>=2)
ORDER BY id
profile
데이터리터러시 기획자 / 데이터 분석가가 꿈!

0개의 댓글