본문 바로가기

Coding Test/Programmers

[프로그래머스/MySQL] 동물 수 구하기

728x90

나의 풀이

SELECT COUNT(*) FROM ANIMAL_INS
반응형