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 present a past time in hours, minutes and seconds?
How to filter data from a mysql database table with php?
What is mysql shell?
How to create a new view in mysql?
Is foreign key indexed mysql?
What is longblob?
What is the use of mysqli_fetch_array?
What is insert query in mysql?
How do I delete a row in mysql?
How does limit work in mysql?
What are date and time intervals?
How do I import database through command line?
How do you stop an access query?
How to rename an existing table in mysql?
Why we use mysqli instead of mysql?