How we can copy one table data into another table whose name
same as table but in differ database
Answer Posted / mahesh murali
select * into db1.db1_table from (select * from
db2.db2_table)
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Can you rename a database in mysql?
Is oracle mysql free?
What is the latest version of mysql?
What is a definer?
How do I restore a mysql database?
What is mysql and why it is used?
Can a table have multiple primary keys?
Where is mysql password stored?
How to create a new table by selecting rows from another table in mysql?
What is a left join mysql?
How to display top 10 rows in mysql?
What is difference between Sql server and MySql database? It may be silly question but i really dont know.
What are the security alerts while using mysql?
What is the maximum no of columns a table can have?
How can we find out which auto increment was assigned on Last insert?