Colonne MySQL Convert en majuscules
UPDATE my_table SET my_column = UPPER(my_column)
Shiny Skipper
UPDATE my_table SET my_column = UPPER(my_column)