Hey hey
I have two tables with a lot of data, i need to insert certain column values from table one into table two - eg
Table one column = First_Name
Table two column = Name
I need to get all the values in table one (First_Name) into table two (Name), these records should be appended..
Any help would really be appreciated ?