Re: update with subselect (long)

From: "Leif B(dot) Kristensen" <leif(at)solumslekt(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: update with subselect (long)
Date: 2005-03-17 13:36:51
Message-ID: 200503171436.51781.leif@solumslekt.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thursday 17 March 2005 14:07, Leif B. Kristensen wrote:

> slekta=> update name_parts set name_part_type=6 where
> name_part_type=3;

This message was sent a little prematurely while I was editing a similar
posting to comp.databases. The cited line is erroneous and should read:

> slekta=> update name_parts set name_part_type=6 where
> name_part_type=4;

If somebody recognizes my data structure and can recommend some reading
on working with this kind of data, I'd be much obliged.

regards,
--
Leif Biberg Kristensen
http://solumslekt.org/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message PFC 2005-03-17 13:57:40 Re: Query performance problem
Previous Message Leif B. Kristensen 2005-03-17 13:07:10 update with subselect (long)