Re: [PHP-DB] How to delete specific row in mysql table?

2001-08-28 Thread Jason Brooke
> Hi! > I am new to this an wonder how to delete a row in my table. > > I have tryed with: > -- > DELETE FROM mytable WHERE 3>2 > - > to delete row number 3 but all rows goes away! > > Thanks in advance for any help. > Regards > Jan That's because the number 3 is greater than the number

RE: [PHP-DB] How to delete specific row in mysql table?

2001-08-28 Thread Rick Emery
1 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] How to delete specific row in mysql table? Hi! I am new to this an wonder how to delete a row in my table. I have tryed with: -- DELETE FROM mytable WHERE 3>2 - to delete row number 3 but all rows goes away! Thanks in advance for any help. Rega

[PHP-DB] How to delete specific row in mysql table?

2001-08-28 Thread Jan Grafström
Hi! I am new to this an wonder how to delete a row in my table. I have tryed with: -- DELETE FROM mytable WHERE 3>2 - to delete row number 3 but all rows goes away! Thanks in advance for any help. Regards Jan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: