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 to check if a record exists in a mysql database php?
What is mysql community server?
How many ways to get the current time?
What does tinyint mean?
how to connect a php script with the mysql database?
can you tell what are the different set operations available in mysql? : Mysql dba
Write a query to stop mysql in unix
How to show certain selected rows with the value "pcds".
How do I copy a table in mysql workbench?
What are the drivers in MySQL?
What is mysql ndb?
What are mysql queries?
How is mysql database stored?
suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?
How does mysql encrypt passwords?