I have a sub in my sql file
#1136 - Column count doesn't match value count at row 1
I have a sub in my sql file
#1136 - Column count doesn't match value count at row 1
You need to define in which column which value you insert. For example, INSERT INTO 'table_name' (column_1, column_2) VALUES(1, "hello"). More INSERT INTO syntax: https://www.w3schools.com/sql/sql_insert.asp