zavaboy <[EMAIL PROTECTED]> wrote:
> Ok, I want to delete only 1 row off of a database table...
> Example:
> I have a table with columns "user" and "item"...
> Lets say the table contains the following rows (user | item):
> 582-668243 | Toothbrush
> 582-668243 | Toothbrush

Note the 'LIMIT' part in the delete statment.
http://www.mysql.com/doc/en/DELETE.html

> [...]
> 
> Thanks in advance!
> 
> -- 
> 
> - Zavaboy
> [EMAIL PROTECTED]
> www.zavaboy.com
> 
 
HTH
Curt
-- 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to