RE: [GENERAL] Updating multiple fields - Mailing list pgsql-sql

From Rob den Boer
Subject RE: [GENERAL] Updating multiple fields
Date
Msg-id 000d01bda418$8ce79700$67032e9f@hrs_nt.hrs
Whole thread Raw
List pgsql-sql
Hi Joao,

> -----Original Message-----
> From: owner-pgsql-general@hub.org [mailto:owner-pgsql-general@hub.org]On
> Subject: [GENERAL] Updating multiple fields

How about this:

pg_Exec($conn, "UPDATE options SET description = '$description' , info =
'$info' , title = $title'  WHERE product = '$product' AND title =
'$old_title';");

regards
Rob den Boer



pgsql-sql by date:

Previous
From: Zsolt Varga
Date:
Subject: Re: [SQL] Finding strings inside a field...
Next
From: Trinh Hoai Nhan
Date:
Subject: Where is the String Length function?