Posts by Fabiano Feio • 13 points
1 post
-
1
votes1
answer105
viewsQ: Update with SET giving error
I have several UPDATE with practically the same code as this: UPDATE cliente SET Email = 'nome.sobrenome@empresa.com.br' WHERE idCliente = 0000; But some make this mistake: Data truncation: Data Too…