Frank Bax wrote:

Do all three steps in one command:

create table newtable as (select key1, key2, money from oldtable);

How would I put the primary key of each row in newtable back into oldtable? Also, newtable already exists and contains data - I need to add normalised data to an already partially normalised database.


Regards,
Graham
--

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to