How we can copy one table data into another table whose name
same as table but in differ database
Answer Posted / jayanthi reddy
create table tablename select * from databasename.tablename
i'm expecting this will work. if anything wrong correct it
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What can you do with mysql?
How we can get distinct columns values in mysql?
What is foreign key in mysql?
How do I show columns in mysql?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
How do I disconnect mysql workbench?
Is foreign key indexed mysql?
What is normalization and list the different types of normalization?
How can I see mysql database?
How can we change the data type of a column of a table?
How do I run mysql?
What is bdb (berkeleydb)?
If you wish to encrypt the username and password using php, how will you do that?
What is a result set object?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?