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, 1046🔥, 0💬
Popular Posts:
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
What Is Program Global Area (PGA) in Oracle? A Program Global Area (PGA) is a memory buffer that is ...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
Where to find SQL Server Transact-SQL language references? You can find SQL Server Transact-SQL lang...