Upper lower case

suggest change
SELECT UPPER('HelloWorld') --returns 'HELLOWORLD'
SELECT LOWER('HelloWorld') --returns 'helloworld'

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


String Functions:
* Length
* Upper lower case
* Split
* Stuff
* REGEXP
* INSTR

Table Of Contents