Yup. Go figure.

Don Johnson


> It works if you execute only the SELECT (without the UPDATE) ?
> 
> Christian Reiniger
> LGDC Webmaster (http://sunsite.dk/lgdc/)
> 
> On Friday 23 February 2001 16:57, Don Johnson wrote:
>> Yup, the data's correct. The new records all have the
>> DownloadedDateTime as '0000-00-00 00:00:00'
> 

> >> SELECT * from db_table WHERE (DownloadedDateTime = '0000-00-00
> >> 00:00:00')

> >> UPDATE LOW_PRIORITY db_table SET
> >> DownloadedDateTime=CURRENT_TIMESTAMP WHERE (DownloadedDateTime =
> >> '0000-00-00 00:00:00')



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to