Tag mysql uppercase first letter of each word

MySQL UCASE Function

Example Convert the text to upper-case: SELECT UCASE(“SQL Tutorial is FUN!”); Definition and Usage The UCASE() function converts a string to upper-case. Note: This function is equal to the UPPER() function.