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
How to display odd rows in student table in mysql?
Is mysql free software?
How do I install mysql on windows 7?
Are stored procedures precompiled?
How do I insert multiple rows in a table?
What's the difference between mysql and sql server?
What is pdo mysql?
Explain the storage engines in mysql?
What is meant by mysqli?
Can you tell few best practices to be followed for optimization in sql?
What is logs in mysql?
What does mysql flush tables do?
What are all the Common SQL Function?
What is a result set object?
How do you know the version of your mysql server?