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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -