Avoiding inserting duplicate rows in mySQL

后端 未结 4 2088
刺人心
刺人心 2020-12-09 22:22

I have a table with an auto_inc id (primary key). I am trying to avoid the insertion of duplicate rows.

Example of a duplicate row:

id           


        
4条回答
提交回复
热议问题