update error - Mailing list pgsql-sql

From guard
Subject update error
Date
Msg-id 9d3ngp$2p63$1@news.tht.net
Whole thread Raw
Responses Re: update error  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 ??







pgsql-sql by date:

Previous
From: Christopher Sawtell
Date:
Subject: Re: Need help with search-and-replace
Next
From: "Albert REINER"
Date:
Subject: Re: create table