How we can copy one table data into another table whose name
same as table but in differ database
Answer Posted / jyoti
SELECT *
INTO table_name [IN externaldatabase]
FROM tablename
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do you select a table?
Can python connect to mysql?
What is the difference between the primary and unique key in mysql?
What is mysql connector used for?
Can foreign key have duplicate values?
How do I delete a table in mysql workbench?
What is mysqladmin flush hosts?
Can not connect to mysql server 10060?
explain GROUPBY & HAVING clause with examples.
What tools available for managing mysql server?
What can I do with mysql?
What is database migration in mysql?
Is mysql owned by oracle?
How many rows can a mysql table hold?
What is view in mysql?