Last answered:

12 May 2023

Posted on:

12 May 2023

0

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)
Posted on:

12 May 2023

0

solved it using 

alter table Table_name 

drop index column_name;

My table had unique key index.


Instructor
Posted on:

12 May 2023

0

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

Submit an answer