I need guidance on how to identify the error in this message after importing a text file:
1136 - Column count does not match the count of values in row 1
The columns of the table are 10 and the data entered is also 10. SEE:
INSERT INTO 'cgts' ('id', 'nome', 'cidade', 'estado', 'email', 'tipo', 'titulo', 'mensagem', 'data', 'ver') VALUES
(NULL, 'Álvaro',
'Bau', '', '222.32.232.223', 'Curioso', 'Cultura inutil:-', 'Turritopsis é biologicamente imortal. ', '2017-04-05', '1');