1. 程式人生 > >|ERROR|ERROR: missing data for column "createtime" (seg3 slice1 192.168.66.23:40001 pid=33370)之mysql換行符或者空格引起的問題

|ERROR|ERROR: missing data for column "createtime" (seg3 slice1 192.168.66.23:40001 pid=33370)之mysql換行符或者空格引起的問題

1 insert into user(name,age,birthday,sex) VALUES("張三",22,"2018-08-20","");
2 insert into user(name,age,birthday,sex) VALUES("李四",21,"2018-8-20","");
3 insert into user(name,age,birthday,sex) VALUES("王五",18,"2018-8-20","");
4 insert into user(name,age,birthday,sex) VALUES("趙六",19,"2018-8-20","");
5 insert into user(name,age,birthday,sex) VALUES("
李白",20,"2018-8-20",""); 6 insert into user(name,age,birthday,sex) VALUES("安琪拉",43,"2018-8-20",""); 7 insert into user(name,age,birthday,sex) VALUES("亞瑟",32,"2018-8-20",""); 8 insert into user(name,age,birthday,sex) VALUES("魯班",14,"2018-8-20","");