C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SQL Server Transact Basic to Expert - Changing to LowerCase using Lower
WhatsApp
Karthikeyan Anbarasan
14y
3
k
0
0
25
Blog
This blog shows how to change the complete string to Lowercase using the Lower function in SQL
EXample:
SELECT LOWER(Description)
FROM Dbo.Document
WHERE FileName = MyProj.doc'
This returns the document contents in full lowercase
SQL Server Transact Basic to Expert - Changing to LowerCase using Lower
People also reading
Membership not found