Loading lesson path
Concept visual
Start at both ends
SELECT LCASE("SQL Tutorial is FUN!");Formula
The LCASE() function converts a string to lower - case.The LOWER() function is a synonym for the LCASE() function.
text )
Required. The string to convert
From MySQL 4.0
Formula
Convert the text in "CustomerName" to lower - case:FROM Customers;❮ MySQL Functions