Forum Moderators: open

Message Too Old, No Replies

Copy from temp table into another table

         

adammc

11:42 pm on Aug 22, 2007 (gmt 0)

10+ Year Member



Hello,

I have a membership system on my website and I am dropping all the user data (name, address etc) into a table called 'temp'.

Once payment for membership has been made wish to copy 'ALL' data from 'temp' across to another table called 'members'

Is there a way to do this without having to write out insert code for every single column?

adammc

4:47 am on Aug 23, 2007 (gmt 0)

10+ Year Member



I i got it sorted!