Skip to content

Commit 3f87495

Browse files
committed
solve 동물 수 구하기 with sql
1 parent 0d2b590 commit 3f87495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

동물 수 구하기/solution.sql

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT count(*) from animal_ins;

0 commit comments

Comments
 (0)