You can convert all values of a column to lowercase without losing data with this command:
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);