LOWER() function in SQL Server SQL Functions SQL Server August 14, 2014April 27, 2018 vivekjohariLeave a Comment on LOWER() function in SQL Server LOWER():- This function is used to convert the value of a column to lower case Syntax:- Select LOWER (string) or SELECT LOWER(column_name) FROM table_name For example, SELECT LOWER(‘Vivek Johari’) Result:- vivek johari Share this:FacebookTwitterLinkedInRedditWhatsAppSkypePrintTumblrTelegramPinterestPocketLike this:Like Loading... Related Post