I have several UPDATE
with pretty much the same code as this:
UPDATE cliente
SET Email = '[email protected]'
WHERE idCliente = 0000;
But some give this error:
Data truncation: Data too long for column 'Email' at row 1
I can not understand, can anyone help me?