Hi!
I'm having issues with a column defined as Raw datatype.
I want to store a varchar value in a field which is raw type.
When I try to save odd values, 0 is inserted at the beginning.
This does not happen whith pair values.
Examples.
I want to store the value '5' but the column save the value as '05'.
I want to store the value '55' and column save the value '55'.
I want to store the value '555' but the column save the value as '0555'.
¿How can I save the value '5' as '5' in a raw datatype column?
Thanks!