Skip to content

Commit c40e8af

Browse files
committed
[level 2] Title: 중복 제거하기, Time: 0.00 ms, Memory: 0.0 MB -BaekjoonHub
1 parent a7ead24 commit c40e8af

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

프로그래머스/2/59408. 중복 제거하기/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Empty
1616

1717
### 제출 일자
1818

19-
2025년 04월 02일 12:23:55
19+
2026년 01월 31일 21:32:20
2020

2121
### 문제 설명
2222

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- 코드를 입력하세요
2-
SELECT count(distinct(name)) count
3-
from ANIMAL_INS
4-
where name is not null
2+
SELECT COUNT(DISTINCT(NAME)) AS count
3+
FROM ANIMAL_INS
4+
WHERE NAME IS NOT NULL;

0 commit comments

Comments
 (0)