D/MySQL
[MySQL]UCASE()
yeon.Biju
2020. 6. 18. 10:00
MySQL 문자열 함수와 연산자
UCASE()
-
UCASE(str)
의 형태
UCASE() is a synonym for UPPER().
UCASE() used within views is rewritten as UPPER().
UPPER()
[MySQL]UPPER()
MySQL 문자열 함수와 연산자 UPPER() - UPPER(str) 의 형태 Returns the string str with all characters changed to uppercase according to the current character set mapping. mysql> SELECT UPPER('Hej')..
webobj.tistory.com