Hi
I have some cols in 1 table that I would like to 'move' to another table because i stupidly didn't think some aspects through properly before setting up the tables
Obviously it's dead simple to create the cols in table 2 - but i need to copy the date across from table 1 to table 2 and ensure it goes in the right row .
i could select all of table 1 then loop through the results and use the 'p_id' to insert the data in the correct row in table 2 but there has to be a simpler way of doing this
could someone point me in the right direction, please ?
thanks