UpperCase
Write the following script in SQL Server Query Analyser.
- Selectupper('This is going to be converted to upper case')AsText

LowerCase
Write the following script in SQL Server Query Analyser.
- Select lower('THIS IS GOING TO BE CONVERTED TO LOWER CASE')AsText

We just saw how to convert text to lower case in SQL.

Join the conversation! Your thoughts help the community grow.