Delete FROM Table does not function correctly

2001-06-11 Thread David . McDonald
I am running MySql 3.23.38, Slackware Linux 7.1 (custom Kernel 2.4.4), PhP 4.0.5, and Apache 1.3.19. I have found what I believe is a bug with this release of MySql. When I try to delete an entry from a table (DELETE FROM articles WHERE article_id = '3') the database only deletes the article_id

Re: Delete FROM Table does not function correctly

2001-06-11 Thread Barry C. Hawkins
on 6/11/01 15:13, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: I am running MySql 3.23.38, Slackware Linux 7.1 (custom Kernel 2.4.4), PhP 4.0.5, and Apache 1.3.19. I have found what I believe is a bug with this release of MySql. When I try to delete an entry from a table (DELETE FROM