MySQL Forums
Forum List  »  PHP

stop duplicates with auto increment
Posted by: ana muslimon
Date: November 22, 2009 09:26AM

I have simple mysql table : id [auto increment] - name - details

I want to stop duplicates records, but i can't do that

because when i insert new recrod (even with same old record), it takes new id , and then it become unique record

I wish i could explain my problem well

ex.
id name details
10 a abc
11 a abc


Thanks in advance

Options: ReplyQuote


Subject
Written By
Posted
stop duplicates with auto increment
November 22, 2009 09:26AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.