Skip to content
Advertisement

Column count doesn’t match value count at row

Getting the error –

Error Code: 1136. Column count doesn’t match value count at row

Advertisement

Answer

EDIT:

You have specified 21 columns and provided only 20 values so there is a mismatch.

cl_no seems to be repeated twice. Remove that.


You need to use single quotes instead of double for text

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement