FALSE MYSQL DUPLICATE ENTRY ERROR

0

By placing an index on the table I get this error

Executing:
ALTER TABLE 'esd'.'sdf' 
ADD UNIQUE INDEX 'index2' ('id' ASC, 'periodo' ASC);
  

Operation failed: There was an error while applying the SQL script to   the database ERROR 1062: Duplicate entry '45526-201810' for key   'index2' SQL Statement: ALTER TABLE esd . sdf ADD UNIQUE INDEX    index2 ( id ASC, periodo ASC)

    
asked by Eli Saul Florez 30.10.2018 в 00:25
source

0 answers