SELECT ucase('this is a string')
The output will be THIS IS A STRINGSELECT lcase('This is a String')
The output is this is a string
select lcase(email) from subscribe
The above command will display only. We can use update command to change the records. Same way we can change to upper case also.
select ucase(email) from subscribe
Author
🎥 Join me live on YouTubePassionate about coding and teaching, I publish practical tutorials on PHP, Python, JavaScript, SQL, and web development. My goal is to make learning simple, engaging, and project‑oriented with real examples and source code.