MySQL error: “Column count doesn't match value count at row 1” - beginner help
I understand that you're not providing a value since it's likely a
PRIMARY KEY
that autoincrements. To tell MySQL that you are intentionally not passing a value for that column, you should add NULL
as the first value.
Comments
Post a Comment