How we can copy one table data into another table whose name
same as table but in differ database
Answer Posted / payal
select * into databasename.<TableName> from (select * from
databasename.<TableName>)
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What is difference between unix timestamp and mysql timestamp?
What is the role of a limit in a mysql query?
How do I exit mysql?
What is insert query in mysql?
How can we encrypt and decrypt a data presented in a table using mysql?
What are the technical features of MySQL?
Can you tell a way to know the number of days between the two given dates in php?
How to include numeric values in sql statements?
How do I remove a user from mysql?
How many entries can mysql handle?
what is the difference between gui testing and database testing? : Mysql dba
How to store binary data in mysql?
What is difference between mysqli and pdo?
What is mysql sleep process?
Is mysql a framework?