728x90
SMALL

-- 코드를 입력하세요

SELECT

NAME,

COUNT(NAME) as count

from ANIMAL_INS

group by NAME HAVING count(NAME) > 1

order by NAME;

728x90

설정

트랙백

댓글