how to use uppercase in mysql code example Example: mysql convert column to uppercase UPDATE my_table SET my_column = UPPER(my_column)