Hi,
I got this error massage:
Duplicate entry '135' for key 1 SQL= INSERT INTO mos_comprofiler ( id,user_id,approved… VALUES ( '135','135','1','1','… It’s ok with me if ‘id’=’id_user’, How can I remove this “no-duplicate” constrict ion?
id
user_id
approved
Thanks.
You should not remove it. I guess that id is autoincremented, if that is the case don't have it in the query, then the database will automatically assign a new id.