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
What data structure does mysql use?
How do I install and use mysql?
How do I declare a variable in mysql?
Explain csv tables.
What is mysqlcheck do?
What is “i_am_a_dump” flag in mysql?
What is append query?
What is meant by mysqli?
What is the difference between MyISAM Static and MyISAM Dynamic?
Explain the difference between primary key and candidate key in mysql?
What does mysql workbench do?
What are the method you will follow while sql installing
What are the functions of commit and rollback statements?
How many ways to get the current time?
What is the default port number of mysql?