show-notice
hide-notice

Tuesday, 6 August 2013

UCASE() Function in sql server


Introduction:

The UCASE() function converts the value of a field to uppercase.
 
Syntax:

SELECT UCASE(column_name) FROM table_name;




Example:
SELECT UCASE(CustomerName) AS Customer, City
FROM Customers; 

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com