How we can copy one table data into another table whose name
same as table but in differ database
Answer Posted / mahesh murali
select * into db1.db1_table from (select * from
db2.db2_table)
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Is mysql query case sensitive?
What is the limitation of mysql?
How do I declare a variable in mysql?
Is mysql case-sensitive?
What does mysqli_fetch_assoc do?
What is meant by mysqli?
What port is mysql running on?
What are the common mysql functions?
What are aggregate functions in mysql?
Why mysql is used with php?
What is the use of mysqli_fetch_assoc?
How we can get distinct columns values in mysql?
How to define numeric 9(3) in db2 table without decimal point??
What language is used in mysql?
What is a longblob?