select count(distinct(name)) from users 를 select count(dostinct name) from users 로 해도 결과가 같은데 혹시 앞의 괄호는 또다른 역할이 있는건가요? 아니면 보기좋게 하기위해서하는건가요?