Update Problem - Mailing list pgsql-sql

From Christian Paul Cosinas
Subject Update Problem
Date
Msg-id 014f01c68969$bdd14de0$1e21100a@ghwk02002147
Whole thread Raw
Responses Re: Update Problem
List pgsql-sql

Hi,

 

I’m encountering some weird problem on Update.

 

I have a program that updates a table and it updates more than 1 column at a single query.

Like this one:

 

Update table1 set column1 = ‘a’, column2 = ‘b’, column3 = time ’08:00 AM’ where column1 = ‘c’

 

Sometimes only column1 and column2 is updated and column3 is not updated.

 

What could be the possible cause of this?

 

Thanks,

IANIAN

pgsql-sql by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: How To Exclude True Values
Next
From: Andrew Sullivan
Date:
Subject: Re: Update Problem