BONJOUR,
j'ai lance la commande suivant :
LOAD DATA LOCAL INFILE 'S2S00752.TXT' INTO TABLE T2 FIELDS TERMINATED BY ' ' ESCAPED BY '\#' LINES TERMINATED BY '\r\n';
mais le message qui s'affiche :
Query OK, 1 row affected, 4 warnings (0.00 sec)
Records: 2 Deleted: 0 Skipped: 1 Warnings: 2
lorsque je vois avec select , il insert le premier line seulement.
structure table t2:
create table t2(t1 int primary key,t2 int,t3 int,t4 int,t5 int,t6 int,t7 int,t8 int,t9 int,t10 int,t11 int,t12 int);
MERCII DE VOTRE REPONSE
THANKS
Partager