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

[20210425] (Spring) API 요청 시 데이터가 존재하지 않는 경우, 상태 코드(Status Code) #108

Open
JuHyun419 opened this issue Apr 25, 2021 · 0 comments

Comments

@JuHyun419
Copy link
Owner

클라이언트에서 API 요청 시(조회, SELECT) 데이터가 없는 경우


MySQL 데이터 대소문자 변경

// table에서 column에 해당하는 데이터를 소문자(lower)로 변경
UPDATE table SET column = lower(column) WHERE 조건

// table에서 column에 해당하는 데이터를 대문자(upper)로 변경
UPDATE table SET column = upper(column) WHERE 조건
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant