错误代码:
Cause: java.sql.SQLException: Column count doesn't match value count at row 1
错误原因:
Insert 插入的值和字段数不匹配
例如
Insert into table_name (id, name, age) values (id, name, age, code)
Cause: java.sql.SQLException: Column count doesn't match value count at row 1
Insert 插入的值和字段数不匹配
例如
Insert into table_name (id, name, age) values (id, name, age, code)