LCASE(string)

Description: Returns string with all characters converted to lowercase.

The current character set mapping will be used, the default being ISO-88859-1 Latin1.

Example:

  • LCASE('AbCdE') returns abcde.

See also: LOWER(), UCASE()

Get Sams Teach Yourself MySQL in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.