D/MySQL

[MySQL] LCASE()

yeon.Biju 2020. 4. 13. 11:41

MySQL 문자열 함수와 연산자

 

LCASE()

   -

 

LCASE(str)

의 형태

 

LCASE() is a synonym for LOWER().

 

LCASE() used in a view is rewritten as LOWER() when storing the view's defination. (Bug #12844279)