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

Can you tell which of the following where clauses is faster?

524


How do you say mysql?

559


How do I download a mysql community server?

529


HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE

1887


What is mysql primary key?

595






What is a trigger? How you can create a trigger in mysql?

557


How can you find out the version of the installed mysql?

813


What is processlist in mysql?

583


Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products

2488


What is difference between mysql and mysql server?

557


What is a definer?

551


Can we join 3 tables in mysql?

566


What is acid in mysql?

541


What is delimiter in mysql trigger?

605


How to convert character strings to numeric values?

698