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
Explain the difference between mysql_fetch_array(), mysql_fetch_object()?
What is data type for image in mysql?
How would concatenate strings in mysql?
Is mysql relational database?
How many rows can mysql hold?
Is mariadb better than mysql?
What you can use regular expression for in mysql? Support your answer with an example?
What are the disadvantages of stored procedures?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
What is a query in mysql?
How can I see mysql database?
What is datatype in mysql?
What is federated tables in mysql?
How do I optimize a selected query in mysql?
How do I delete a row in mysql?