Re: How to copy data between joined columns? - Mailing list pgsql-sql

From Bryce Nesbitt
Subject Re: How to copy data between joined columns?
Date
Msg-id 4436DB41.2070303@obviously.com
Whole thread Raw
In response to Re: How to copy data between joined columns?  (Scott Marlowe <smarlowe@g2switchworks.com>)
Responses Re: How to copy data between joined columns?
List pgsql-sql
Scott Marlowe wrote:
> If it's for the same rows in the same table, you're overworking it.
>
> update table set field1=field2 where somecondition;
>   
If it were for the same rows in the same table, I would not have asked.
This is for columns from two tables, whos relationship is only
meaningful after a join.                                       -Bryce


-- 
----
Visit <a href="http://www.obviously.com/recycle/">www.obviously.com</a>



pgsql-sql by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: How to copy data between joined columns?
Next
From: Tom Lane
Date:
Subject: Re: How to copy data between joined columns?