how to simulate UPdate ...? - Mailing list pgsql-sql

From guard
Subject how to simulate UPdate ...?
Date
Msg-id 95c7n8$vgh$1@news.tht.net
Whole thread Raw
Responses Re: how to simulate UPdate ...?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
I not run update.... in Pgsql

please tell me other method
thanks

======================================
update table1 a set na1=
(select table2.na1 from table2,table1
where table1.no=table2.no
and a.no=table1.no);






pgsql-sql by date:

Previous
From: Brice Ruth
Date:
Subject: SQL Join - MySQL/PostgreSQL difference?
Next
From: Peter Eisentraut
Date:
Subject: Re: SQL Join - MySQL/PostgreSQL difference?