How we can copy one table data into another table whose name
same as table but in differ database
Answer Posted / payal
select * into databasename.<TableName> from (select * from
databasename.<TableName>)
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What is triggers and how it can be used in mysql?
can you tell how can you display the maximum salary in sql? : Mysql dba
What is the difference between mysql and pdo?
What is the difference between BLOB AND TEXT?
What do ddl, dml, and dcl stand for?
How to delete a table.
Explain the difference between mysql and mysql interfaces in php?
How to create a new table by selecting rows from another table in mysql?
What is the current mysql version?
How to get a list of all tables in a database?
Why do we use the mysql database server?
How to create a new table in mysql?
How many mysql connections can handle?
What is the difference between timestamp and datetime in mysql?
How do I switch users in mysql?