Thread: re : Problem with UPDATE query

re : Problem with UPDATE query

From
Date:
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