Update on 6.5

From: Chairudin Sentosa <chairudin(at)prima(dot)net(dot)id>
To:
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Update on 6.5
Date: 1999-04-16 15:47:07
Message-ID: 37175B7B.F6DD87E2@prima.net.id
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 tn
where tr.pin = tn.pin
);

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

Thanks.

Regards,
Chai

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jackson, DeJuan 1999-04-16 16:35:21 RE: [SQL] UPDATE subselect?
Previous Message Chris Bitmead 1999-04-16 15:27:34 Re: [SQL] UPDATE subselect?