Blog Post

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

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating