Resolved: It doesnt allow duplicate entry.
It doesnt allow me to enter duplicate entry. In one table it allowed, but in other it did not. Why?
2 answers ( 1 marked as helpful)
solved it using
alter table Table_name
drop index column_name;
My table had unique key index.
Hi Coskun!
Thanks for reaching out.
Yes, dropping the unique index solves similar issues.
I am glad that you have resolved your issue!
Best,
Tsvetelin