re : Problem with UPDATE query - Mailing list pgsql-novice

From
Subject re : Problem with UPDATE query
Date
Msg-id 200102121533.f1CFXVx14631@mail.postgresql.org
Whole thread Raw
List 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

pgsql-novice by date:

Previous
From:
Date:
Subject: re : UPDATES
Next
From: Geordie Hobart
Date:
Subject: r-tree indexed searches