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