how to simulate UPdate ...?

From: "guard" <guard(at)ficnet(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: how to simulate UPdate ...?
Date: 2001-02-01 18:01:45
Message-ID: 95c7n8$vgh$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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);

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ramiro Arenas Ramírez 2001-02-01 21:48:28 how to create this trigger?
Previous Message Najm Hashmi 2001-02-01 17:02:36 Index scan