Hi

Can some one help me for this issue.

When I have multiple rows with the same duplicated
data in the table, how can I delete a perticular row
only ?

For example I have the table TABLE1 with C1 INT and C2
VARCHAR(20) with the following rows of data

C1     C2
=========
10     MySQL
20     MySQLAB
10     MySQL
10     MySQL

If I want to delete only the 3rd row, with out
deleting other rows. Is it possible in MySQL ?

Thank you
Lalal

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

---------------------------------------------------------------------
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