This tutorial explains how to use the MySQL LCASE function with syntax and examples.
The MySQL LCASE function converts all characters in the specified string to lowercase. If there are characters in the string that are not letters, they are unaffected by this function.
The LCASE function is a synonym for the LOWER function.
The syntax for the LCASE function in MySQL is:
The string to convert to lowercase.
The LCASE function can be used in the following versions of MySQL:
Let's look at some MySQL LCASE function examples and explore how to use the LCASE function in MySQL.
For example: