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.02.24] Day 9 #25

Merged
merged 1 commit into from
Feb 28, 2023
Merged

✨[22.02.24] Day 9 #25

merged 1 commit into from
Feb 28, 2023

Conversation

thalals
Copy link
Member

@thalals thalals commented Feb 24, 2023

#24

@thalals thalals requested a review from KimGaEul February 24, 2023 11:59
Copy link
Contributor

@KimGaEul KimGaEul left a comment

Choose a reason for hiding this comment

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

9일차 수고하셨습니다~

ELSE '단기 대여'
END as 'RENT_TYPE'
FROM CAR_RENTAL_COMPANY_RENTAL_HISTORY
WHERE year(START_DATE) = '2022' and MONTH(START_DATE) = '09'
Copy link
Contributor

Choose a reason for hiding this comment

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

date_format 으로 한번에 자를수도 있습니다!
제 커밋 참고해보시죠:)

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 15dc8da into main Feb 28, 2023
@thalals thalals deleted the BeQueryMaster-24 branch March 7, 2023 08:58
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.

2 participants