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

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -