Posts by Tiago Ferreira C • 21 points
2 posts
-
1
votes1
answer13106
viewsQ: Error Code: 1136. Column Count doesn’t match value Count at Row 1
I’m trying to insert data into a table, but I’m not getting it, giving the following error: "Error Code: 1136. Column Count doesn’t match value Count at Row 1.", someone knows how to solve? I…
-
1
votes1
answer3754
viewsQ: ERROR 1264: 1264: Out of range value for column 'Cpf' at Row 1 SQL Statement
I have a problem in Mysql, I created the following table: create table pessoas ( cpf int (11), nome varchar(30) not null, nascimento date, endereco varchar(30) not null, cep int(7), bairro…
mysqlasked Tiago Ferreira C 21