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


Please Help Members By Posting Answers For Below Questions

How we can create index in mysql?

701


How to see table's field formats or description of table .

645


How to get a version of mysql?

740


How does mysql store data?

689


What is a definer?

645


What are the method you will follow while sql installing

2088


what is the default port for mysql server? : Mysql dba

744


What are ddl statements in mysql?

718


What is relational database in mysql?

677


can you elaborate on blob and text in mysql? : Mysql dba

661


Where is the mysql database stored?

678


1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?

2155


How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.

814


Is mysql connect deprecated?

697


What is the difference between having and where clause in mysql? Explain

735