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 9a65b1b

Browse files
committed
고다혜: [SQL] 분기별 분화된 대장균의 개체 수 구하기_241114
1 parent 838d9ee commit 9a65b1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SELECT
2+
CONCAT(QUARTER(DIFFERENTIATION_DATE), 'Q') `QUARTER`
3+
, COUNT(ID) `ECOLI_COUNT`
4+
FROM ECOLI_DATA
5+
GROUP BY QUARTER
6+
ORDER BY QUARTER

0 commit comments

Comments
(0)

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