How to make a copy values from one column to another in Mysql?
UPDATE `your_table_name` SET new_field=old_field
BY Best Interview Question ON 19 Jan 2019
UPDATE `your_table_name` SET new_field=old_field