Hi!
I have 2 tables and want to move some field’s information to a new database.
Table 1 has 62 fields and there are 5 that I want the data from (uid uname email user_regdate user_posts).
Table 2 has 63 fields and the 5 fields have other names (user_id username user_email user_regdate user_posts).
I need only this 5 field’s info (wants to clean out the other info).
Its app. 1700 lines (users) that need to be moved.
Both tables are on the same computer and I run phpMyAdmin 2.5.6 (MySQL 4.0.18-nt).
How should i do this the easy way?
/Anneli