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