Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 674d66e

Browse files
committed
백제완: [SQL] 특정 조건을 만족하는 물고기별 수와 최대 길이 구하기_241203
1 parent 8a0f568 commit 674d66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎SQL/13주차/JW_특정_조건을_만족하는_물고기별_수와_최대_길이_구하기.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SELECT
2-
COUNT(ID) `FISH_COUNT`
3-
, MAX(LENGTH) `MAX_LENGTH`
2+
COUNT(ID) AS`FISH_COUNT`
3+
, MAX(LENGTH) AS`MAX_LENGTH`
44
, FISH_TYPE
55
FROM
66
FISH_INFO

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /