Collections:
UCASE() - Synonym for UPPER()
What's the difference between UCASE() and UPPER() functions?
✍: FYIcenter.com
UCASE(string) is
a synonym for the UPPER(string) function.
Related MySQL functions:
⇒ UNHEX() - HEX to String Conversion
2023-11-12, 1187🔥, 0💬
Popular Posts:
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
How Many Groups of Data Types in MySQL? MySQL support 3 groups of data types as listed below: String...