mysql提示Column count doesn't match value count at row 5错误

1 问题现象:

// Column count doesn't match value count at row 5 在第5行不能匹配列值
2 问题原因:
Insert into ssp values (1,10), (2,9), (3,8), (4,7), (5.6), (6,5), (7,4), (8,3), (9,2), (10,1);//5和6之前是点
3 问题解决:

posted @ 2020-11-10 10:15  honker2020  阅读(788)  评论(0)    收藏  举报