Skip to main content

MySQL / MariaDB Tricks and Solutions

Convert a Column to Uppercase

UPDATE table_name SET column_name = UPPER( column_name )