funkyol
17th March 2005, 22:49
I've got 2 tables (OldTable and NewTable for examples sake) and want to import the data from one field (Full_Name) in one table, into a field in another table.
I would have thought the following code:
INSERT INTO NewTable (Full_Name) SELECT Full_Name FROM OldTable
Would work, but it doesn't.
I'm still learning the SQL syntax etc, anyone able to lend a hand?
I would have thought the following code:
INSERT INTO NewTable (Full_Name) SELECT Full_Name FROM OldTable
Would work, but it doesn't.
I'm still learning the SQL syntax etc, anyone able to lend a hand?