SQLException: Column count doesn't match value count at row 1

时间:2014-07-16 22:58:44   收藏:0   阅读:218

INSERT INTO table_name(col_name1, col_name2, col_name3) VALUES(‘value1‘,‘value2‘); 

语句中,前后列数不等造成的

转自:http://blog.csdn.net/ilbubby/article/details/6596119

 

SQLException: Column count doesn't match value count at row 1,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!