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 UpperCase using Upper
WhatsApp
Karthikeyan Anbarasan
14y
3.2
k
0
0
25
Blog
This blog shows how to change the complete string to Upper Case using the UPPERfunction in SQL
Example:
SELECT UPPER(Description)
FROM Dbo.Document
WHERE FileName = MyProj.doc'
This returns the document contents in full Upper case string
SQL Server Transact Basic to Expert - Changing to UpperCase using Upper
People also reading
Membership not found