[SQL] 중복 제거하기 [SQL] 중복 제거하기 2020.04.19 Roel Downey 중복 제거하기 문제 - 문제 링크: 프로그래머스 풀이 -- 코드를 입력하세요 SELECT count(distinct(name)) count from animal_ins where name is not null;