DiigIT | IT Community
No Profile Image
Welcome Guest
New User? Register | Login
SQL
IT Tags

How to Copy Data from one table to another table in MYSQL

By: Shalesh | 27 Apr 2011 4:07 pm

 How to Copy Data from one table to another table in MYSQL

u can use Two mathods 

1. By simple export import

2. or By Query

INSERT INTO tableone (f1, f2) SELECT t1, t2 FROM tabletwo

 

Comments

No Comments Posted for this Article.

Leave a comment

Enter the text in the image
img
Can't read?
Type the characters you see in the picture below.


Close Move