Skip to content

Commit 9a27844

Browse files
committed
[level 2] Title: NULL 처리하기, Time: , Memory: undefined -BaekjoonHub
1 parent c038cbf commit 9a27844

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SELECT ANIMAL_TYPE, IFNULL(NAME, "No name"), SEX_UPON_INTAKE
2-
FROM ANIMAL_INS
1+
SELECT ANIMAL_TYPE, IFNULL(NAME, "No name") as NAME, SEX_UPON_INTAKE
2+
FROM ANIMAL_INS

프로그래머스/2/59410. NULL 처리하기/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
### 성능 요약
66

7-
메모리: 0.0 MB, 시간: 0.00 ms
7+
메모리: undefined, 시간:
88

99
### 구분
1010

1111
코딩테스트 연습 > IS NULL
1212

1313
### 채점결과
1414

15-
Empty
15+
합계: 100.0 / 100.0
1616

1717
### 제출 일자
1818

19-
2024년 12월 12일 23:11:52
19+
2026년 06월 27일 19:18:56
2020

2121
### 문제 설명
2222

0 commit comments

Comments
 (0)