How to make a copy values from one column to another in mysql?
Answer / Krishna Bharti
To copy values from one column to another in MySQL, you can use the SQL query: SET target_column = source_column; where source_column and target_column are the names of your columns. Here's an example: UPDATE table SET new_column = old_column;
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I run mysql?
What is pdo in php mysql?
How can we find the number of rows in a table using MySQL?
Is mysqli faster than mysql?
Can't connect mysql server on localhost?
How to get help information from the server?
What is mysqlcommand?
What is prepare statement in mysql?
How do I start mysql server?
What is mysql cursor?
What is the usage of regular expressions in mysql?
What are the different types of triggers in mysql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)