코딩테스트 연습 > IS NULL > 나이 정보가 없는 회원 수 구하기 https://school.programmers.co.kr/learn/courses/30/lessons/131528
SELECT count(*) as USERS from user_info where age is null