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 are different types of queries?
What is the difference between BLOB AND TEXT?
How to show certain selected rows with the value "pcds".
How to get nth highest salary from table in a mysql?
What is the command line end user interface - mysql?
Can I use mysql for free?
What is mysql and how it works?
How can you import tables from a sql file into a database by using the mysql client?
How to get the number of rows selected or affected by a sql statement?
What do you understand by mysql terminal?
Why MySQL is used?
How do I update a variable in mysql?
Does insert statement lock the table?
What is deterministic in mysql?
How to use 'mysql' to run sql statements?