Update on 6.5 - Mailing list pgsql-sql

From Chairudin Sentosa
Subject Update on 6.5
Date
Msg-id 37175B7B.F6DD87E2@prima.net.id
Whole thread Raw
In response to [SQL] OUTER JOINS  (Dan Janowski <danj@3skel.com>)
List pgsql-sql
Hi,

I am using postgresql 6.5 snapshot.
I can not update.
Could anyone tell me what's wrong, please?

update ibs_br_all_total_units tr set first_name=
(select first_name from ibs_subscriber tnwhere tr.pin = tn.pin
);

"/tmp/psql.60000.13342" 4 lines, 117 characters
ERROR:  parser: syntax error at or near "tr"

Thanks.

Regards,
Chai




pgsql-sql by date:

Previous
From: Lucas Di Pentima
Date:
Subject: ...
Next
From: Chris Bitmead
Date:
Subject: UPDATE subselect?