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, 1517🔥, 0💬
Popular Posts:
How To Concatenate Two Character Strings Together in SQL Server Transact-SQL? Concatenating two char...
How To View Data Files in the Current Database in Oracle? If you want to get a list of all tablespac...
How To Find Out What Privileges a User Currently Has in Oracle? Privileges granted to users are list...
How to calculate the storage size of a JSON (JavaScript Object Notation) value using the JSON_STORAG...
How To Create a Stored Program Unit in Oracle? If you want to create a stored program unit, you can ...