Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [22.03.03] Day 12 #36

Merged
merged 1 commit into from
Mar 7, 2023
Merged

✨ [22.03.03] Day 12 #36

merged 1 commit into from
Mar 7, 2023

Conversation

thalals
Copy link
Member

@thalals thalals commented Mar 3, 2023

#32

@@ -0,0 +1,14 @@
1번 : 중복 제거하기
- SELECT count(distinct(NAME)) FROM ANIMAL_INS WHERE NAME is not NULL;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

count(column) 자체가 NOT NULL인 ROW의 수만 세기 때문에 굳이 따로 NOT NULL처리 안해주셔도 됩니다!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오..?? 이건 진짜 몰랐네 미쳤다 ;;ㄸㄸ

@thalals thalals merged commit 7e2c733 into main Mar 7, 2023
@thalals thalals deleted the BeQueryMaster-32 branch March 7, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants