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 members; it does not work either. __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]