Justin,

delete from table_name where field = 'search criteria';

example:

delete from properties where some_field_in_properties = 'search criteria'



-----Original Message-----
From: justin cunningham [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 12:46 PM
To: 'mysql'
Subject: deleteing data from a row


How do I delete data from a table?  I tried the man pages for delete and
replace but there not working.  I have a table with 8 rows.  The table
is called properties.  The row is called bulletpoints.  i tried deleting
and replacing the fuged data and sql says ok bla but when I select
bulletopints from properties I see the same fuged data I'm trying to
eliminate.  Please help.  justin


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to