inboxHub
Login
Signup
x
Login
Signup
Home
Categories
Application
Artificial Intelligence
Database
Digital Marketing
Physiotherapy
Quality Assurance
Web Technology
Home
Update-one-column-from-another-column-in-same-table-mysql
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 20-11-2024
110
Answer (1)
short answer for this query
UPDATE table1 set col1 = col2;
Ankur Rajput
Asked 09-11-2019
45 Likes
Comments
Write comment
Submit
Submit your answer