Thread: update error

update error

From
"guard"
Date:
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 ??







Re: update error

From
Tom Lane
Date:
"guard" <guard@ficnet.net> writes:
> 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 ??

More details please?
        regards, tom lane