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


Please Help Members By Posting Answers For Below Questions

Why we use mysqli instead of mysql?

744


What is mysqli_free_result?

672


In how many ways we can retrieve data in the result set of mysql using php?

801


What is mysql root?

690


How do I select a database in mysql?

710


What is the difference between mysql_fetch_assoc and mysql_fetch_array?

692


What is definer in mysql trigger?

662


What are the three types of queries?

633


what is database black box testing? : Mysql dba

783


Does insert statement lock the table?

685


What is mvcc in mysql?

696


How do I install mysql workbench?

667


How to enable or disable a row of a table using MySQL in struts?

3799


Can we rollback truncate in mysql?

723


How large can a mysql table be?

665