0 By Nithya Vasudevan In MySQL FunctionsPosted October 18, 2016String FunctionsMySQL String functions UPPER(), UCASE() Returns the string with all characters changed to uppercase. LOWER(), LCASE() Returns the string with all characters changed to lowercase. CHAR_LENGTH(str) [...] READ MORE