UPPER() function in SQL Server SQL Functions SQL Server August 14, 2014April 27, 2018 vivekjohari30 Comments on UPPER() function in SQL Server UPPER():- This function is used to convert the value of a column to upper case. Syntax: SELECT UPPER(string) OR Select UPPER(Column name) from tablename For example, SELECT UPPER(‘Vivek’) Result: VIVEK Share this:FacebookTwitterLinkedInRedditWhatsAppSkypePrintTumblrTelegramPinterestPocketLike this:Like Loading... Related Post
30 thoughts on “UPPER() function in SQL Server”