Обсуждение: re : Problem with UPDATE query

Поиск
Список
Период
Сортировка

re : Problem with UPDATE query

От
Дата:
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