Update one column from another column in same table mysql

How can I make a copy values from one column to another? I have: within same table
Deepak Sharma
Asked 16-07-2024
101

Answer (1)
short answer for this query UPDATE table1 set col1 = col2;
Ankur Rajput
Asked 09-11-2019
45 Likes
Comments
Write comment

Submit your answer