Skip to content

Commit 3c44cd0

Browse files
committed
[level 2] Title: 최솟값 구하기, Time: , Memory: undefined -BaekjoonHub
1 parent 18cada6 commit 3c44cd0

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

프로그래머스/2/59038. 최솟값 구하기/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
코딩테스트 연습 > SUM, MAX, MIN
1212

1313
### 채점결과
1414

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

1717
### 제출 일자
1818

19-
2024년 10월 23일 15:08:05
19+
2026년 06월 27일 19:12:23
2020

2121
### 문제 설명
2222

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
-- 코드를 입력하세요
2-
SELECT min(DATETIME)
3-
from ANIMAL_INS
1+
SELECT MIN(DATETIME) as "시간"
2+
FROM ANIMAL_INS

0 commit comments

Comments
 (0)