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 I find mysql database?
What is the usage of "i-am-a-dummy" flag in mysql?
What are views in mysql?
What is a longblob?
Why we use mongodb instead of mysql?
What is bigint in mysql?
How to calculate expressions with sql statements?
Is mysql free software?
How do I export mysql query results to excel?
What do you understand by mysql terminal?
What is the full meaning of mysql?
What is mysql_query?
How do I start mysql in linux?
Explain the difference between delete and truncate.
If we use sum function in mysql, does it return sum of that row or for that column?