nikhar021 Posted April 27, 2008 Share Posted April 27, 2008 i need to move data from one table to another and both the tables have same fields can this be accomplished????? Link to comment https://forums.phpfreaks.com/topic/103110-moving-data/ Share on other sites More sharing options...
Barand Posted April 27, 2008 Share Posted April 27, 2008 As long as the primary keys in A are different from those in B INSERT INTO tableB SELECT * FROM tableA Link to comment https://forums.phpfreaks.com/topic/103110-moving-data/#findComment-528216 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.