TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SQL Server Transact Basic to Expert - Changing to LowerCase using Lower
Karthikeyan Anbarasan
Jun 15, 2011
2.8
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
SQL Server Transact Basic to Expert - Changing to LowerCase using Lower
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
Next Recommended Reading
SQL Server Transact Basic to Expert - Decreasing a date value to 4 months using SQL query