RE: How To Delete A Particular Record From a Table?

2003-12-01 Thread Bob Loeffler
e ALL of the records from that table. Regards, Bob :) -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 5:49 PM To: [EMAIL PROTECTED] Subject: How To Delete A Particular Record From a Table? Hi, I am new in using database. I have create

How To Delete A Particular Record From a Table?

2003-12-01 Thread Caroline Jen
Hi, I am new in using database. I have created a table in a MySQL database. I want to delete a record from the "members" table. The record I want to delete is: user_name="John Smith". I tried: MySQL>delete John Smith from members; it does not work. MySQL>delete username='John Smith' from memb