mysql - load data infile -


i don't know how fix warrning.

enter image description here

i try ignore, in vain.

    create table medici ( id_m int auto_increment primary key,                        nume varchar(100) unique,                       prenume varchar(100) unique,                       statut enum('primar','specialist'),                       specialitate varchar(50)                        ); 

while loading data table, there 2 same values nutu exist column prenume. column prenume defined unique.

correct data , try loading data table.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -