In this post explains how to use the UPPER function in SQL Server (Transact-SQL) with syntax and examples.
In SQL Server (Transact-SQL), the UPPER function converts all letters in the specified string to uppercase. If there are characters in the string that are not letters, they are unaffected by this function.
The syntax for the UPPER function in SQL Server (Transact-SQL) is:
The string to convert to uppercase.
The UPPER function can be used in the following versions of SQL Server (Transact-SQL):
Let's look at some SQL Server UPPER function examples and explore how to use the UPPER function in SQL Server (Transact-SQL).
For example: