update error

From: "guard" <guard(at)ficnet(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: update error
Date: 2001-05-06 14:43:15
Message-ID: 9d3ngp$2p63$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I try

update table_a set trn_no = table_b.trn_no from table_a,table_b
where table_a.cust_no=table_b.cust_no

IN pgsql 7.0x IS OK

if run 7.1 IS error ??

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-05-06 16:22:14 Re: update error
Previous Message Christopher Sawtell 2001-05-06 10:22:40 Re: Need help with search-and-replace