RE: Having trouble with UPDATE

2001-11-29 Thread Kim Iwan Hansen
change timestamp to datetime. have a look in the manual: http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#DAT ETIME -Kim -Original Message- From: David Nagel [mailto:[EMAIL PROTECTED]] Sent: 29. november 2001 21:01 To: [EMAIL PROTECTED] Subject: Having trouble

Having trouble with UPDATE

2001-11-29 Thread David Nagel
I'm having a little trouble with an UPDATE statement in MySQL 3.23.39 on Mac OS 10.0. The statement is: UPDATE book SET book_deleted = 'Y' WHERE book_id = '123'; This statement updates the column that I specified and another as well. A timestamp(14) column is changed to today's date as well. He