Re: [GENERAL] Copying data from one column to another

2005-11-02 Thread Nels Lindquist
On 2 Nov 2005 at 0:34, Tino Wildenhain wrote: > Am Dienstag, den 01.11.2005, 16:03 -0700 schrieb Nels Lindquist: > > Hi there. > > > > Sorry if this is a silly question, I'm relatively new to PostgreSQL. > > > > I'm trying to copy information from one column, modify it and place > > it in anoth

Re: [GENERAL] Copying data from one column to another

2005-11-01 Thread Tino Wildenhain
Am Dienstag, den 01.11.2005, 16:03 -0700 schrieb Nels Lindquist: > Hi there. > > Sorry if this is a silly question, I'm relatively new to PostgreSQL. > > I'm trying to copy information from one column, modify it and place > it in another column. Is there some shortcut way to do this with an >

[GENERAL] Copying data from one column to another

2005-11-01 Thread Nels Lindquist
Hi there. Sorry if this is a silly question, I'm relatively new to PostgreSQL. I'm trying to copy information from one column, modify it and place it in another column. Is there some shortcut way to do this with an UPDATE statement? So far I'm thinking I'll need to copy the table schema and t