Gossamer Forum
Home : General : Databases and SQL :

Data from one table to another table

Quote Reply
Data from one table to another table
Hi

I’m trying to copy all the Data from one table to another table in the same database using the following:

INSERT INTO new_tableone (row1, row2)
SELECT row1, row2 FROM tableone

Now I’m not certain that this is the best way to do it but I also get the error message

“Duplicate entry 'sometext' for key 1”

This is not a links database and “new_tableone” is empty

Regards

minesite
Subject Author Views Date
Thread Data from one table to another table minesite 8201 Mar 18, 2005, 12:24 AM
Thread Re: [minesite] Data from one table to another table
dan 8041 Mar 18, 2005, 12:34 AM
Thread Re: [dan] Data from one table to another table
minesite 7978 Mar 18, 2005, 1:39 AM
Post Re: [minesite] Data from one table to another table
Alex 7898 Mar 21, 2005, 2:23 AM