Logo Luan Morina
Convert values to lowercase

You can convert all values of a column to lowercase without losing data with this command:

UPDATE table_students SET column_student_code=LOWER(column_student_code);
   Convert values of a column to lowercase