Quickly add a copy of a column to a MySQL table August 8, 2023 by Tarik UPDATE `table_name` SET `new_column` = `existing_column` WHERE `id`=`id`