UPPER and LOWER functions in SQL Server

UPPER and LOWER are strings functions in SQL Server. Both function accepts character expression to be converted. UPPER converts all characters in the character expression to upper case and LOWER converts to lower case. If the character expression is not able to convert to varchar implicitly, an explicit conversion methods to be used.
Select UPPER('SQL Server'),lower('SQL Server')


See Also:
Change first character of table names with capital character including intermediate words using sp_rename
Generate Random characters in SQL Server

I’d like to grow my readership. If you enjoyed this blog post, please share it with your friends!

One thought on “UPPER and LOWER functions in SQL Server”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s