re : Problem with UPDATE query

From: <pejac(at)altern(dot)org>
To: pgsql-novice(at)postgresql(dot)org
Subject: re : Problem with UPDATE query
Date: 2001-02-12 15:31:22
Message-ID: 200102121533.f1CFXVx14631@mail.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

You make a mistake in your update query . You must just write
one time set command.

Your Correct query is :
PDATE foo SET v2=3,v3=4 WHERE v1=1 ;

Cheers,

PEJAC Pascal

Browse pgsql-novice by date

  From Date Subject
Next Message Brett W. McCoy 2001-02-12 15:36:37 Re: Problem with UPDATE query
Previous Message pejac 2001-02-12 15:14:33 re : UPDATES