코딩테스트 연습 > SELECT > 조건에 맞는 회원수 구하기 https://school.programmers.co.kr/learn/courses/30/lessons/131535
SELECT count(*) from user_info where year(joined) = 2021 and age >= 20 and age <= 29