MYSQL CHANGE STRING IN UPCASE code example Example: mysql convert column to uppercase UPDATE my_table SET my_column = UPPER(my_column)