How to Use the LOWER() Function in SQL Server: A Detailed Guide

Rumman Ansari   Software Engineer   2024-07-21 09:33:49   5783  Share
Subject Syllabus DetailsSubject Details
☰ TContent
☰Fullscreen

Table of Content:

Syntax:


LOWER(Character_Expression)

Converts all the characters in the given Character_Expression, to lowercase letters.

Code:


Select LOWER('CONVERT This String Into Lower Case') 

Output:

The above code will produce the following result-


convert this string into lower case



Stay Ahead of the Curve! Check out these trending topics and sharpen your skills.