Re: Copying data from one column to another

Поиск
Список
Период
Сортировка
От Nels Lindquist
Тема Re: Copying data from one column to another
Дата
Msg-id 4367A365.19577.6EFFD61@Nels.maesrv.maei.ca
обсуждение исходный текст
Ответ на Re: Copying data from one column to another  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-general
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 another column.  Is there some shortcut way to do this with an
> > UPDATE statement?
>
> Yes, this is simply UPDATE.
>
> UPDATE sometable SET somecolumn=somefunction(someothercolumn);

Thanks!  Knowing that it *should* work, I was able to figure out what
I was doing wrong (casting to a data type which didn't match the
array type I'd accidentally selected when creating the column with
pgAdmin III).

----
Nels Lindquist <*>
Information Systems Manager
Morningstar Air Express Inc.


В списке pgsql-general по дате отправления:

Предыдущее
От: Andrew Rawnsley
Дата:
Сообщение: Re: Oracle 10g Express - any danger for Postgres?
Следующее
От: "Mike Shelton"
Дата:
Сообщение: Backend connection pooling memleak