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
Is mysql free download?
What is difference between pdo and mysqli?
What is the maximum no of columns a table can have?
How can we convert between Unix & MySQL timestamps?
What is full text indexing in mysql?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
What is timestamp in mysql?
Explain csv tables.
How do I know if mysql is running on windows?
What is default password for mysql?
How do I add a column to a table in mysql?
Which datatype is used for email in mysql?
What is the return type of mysqli_query?
What is the command line end user interface - mysql?
What is striped backup