select count(distinct if(user_age>20,user_id,null) ) as count1 ";
user_age > 20 이면서 user_id가 중복제거한 갯수를 가져오는 지리문