Loading lesson path
Concept visual
Start at both ends
SELECT UPPER('SQL Tutorial is FUN!');Formula
The UPPER() function converts a string to upper - case.Also look at the LOWER() 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 upper - case:FROM Customers;❮ SQL Server Functions