2
I have a field in a table that should only contain 4 characters, I realized that the same is with 5 characters and the last is the number zero.
Example:
Código Errado: 45380
Código Correto = 4538
Delete the last character of a field in Firebird SQL?
What have you tried? this field is int or string?
– Marco Souza