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.Also look at the UPPER() function.
text )
Required. The string to convert
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
Formula
Convert the text in "CustomerName" to lower - case:FROM Customers;❮ SQL Server Functions