You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// table에서 column에 해당하는 데이터를 소문자(lower)로 변경
UPDATE table SET column =lower(column) WHERE 조건
// table에서 column에 해당하는 데이터를 대문자(upper)로 변경
UPDATE table SET column =upper(column) WHERE 조건
The text was updated successfully, but these errors were encountered:
클라이언트에서 API 요청 시(조회, SELECT) 데이터가 없는 경우
MySQL 데이터 대소문자 변경
The text was updated successfully, but these errors were encountered: