show-notice
hide-notice

Tuesday, 6 August 2013

LCASE() Function in sql server


Introduction:

The LCASE() function converts the value of a field to lowercase.

Syntax:
SELECT LCASE(column_name) FROM table_name;




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



SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com