blanktarget Posted November 5, 2003 Share Posted November 5, 2003 I have a temp table that I use t insert listings before I insert them into the main db, so i can view them and validate them. Can I simply copy rows into other tables? Quote Link to comment https://forums.phpfreaks.com/topic/1302-moving-or-copying-tables/ Share on other sites More sharing options...
effigy Posted November 7, 2003 Share Posted November 7, 2003 yes. INSERT INTO table_name SELECT * FROM another_table Quote Link to comment https://forums.phpfreaks.com/topic/1302-moving-or-copying-tables/#findComment-4353 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.