I have a field in a table that should only contain 4 characters, I noticed that it is 5 characters and the last one is the number zero.
Example:
Código Errado: 45380
Código Correto = 4538
Can you delete the last character of a field in Firebird SQL?