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, 1077🔥, 0💬
Popular Posts:
How To Convert Numeric Values to Integers in SQL Server Transact-SQL? Sometimes you need to round a ...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...
Where to find Oracle database server tutorials? Here is a collection of tutorials, tips and FAQs for...
What Is Program Global Area (PGA) in Oracle? A Program Global Area (PGA) is a memory buffer that is ...
How to connect SQL Server Management Studio Express to SQL Server 2005 Express in SQL Server? Once y...