DB/SQL

[MySql / 프로그래머스] 중복 제거하기

ej503 2022. 4. 25. 20:08

SELECT count(distinct NAME) FROM ANIMAL_INS where not NAME is null