chris-uk-lad
Registered User.
- Local time
- Yesterday, 23:20
- Joined
- Jul 8, 2008
- Messages
- 271
Hi all,
I have a table that is supposed to contain 7 character values however some are 6, and some are 12. The 6 character values dont bother me but the 12 character values are the 7 character correct values with 5 leading zeros.
Anyway i can trim this? there should be no 0's at the start of any of the values.
e.g
to: 1234567
from: 000001234567
I have a table that is supposed to contain 7 character values however some are 6, and some are 12. The 6 character values dont bother me but the 12 character values are the 7 character correct values with 5 leading zeros.
Anyway i can trim this? there should be no 0's at the start of any of the values.
e.g
to: 1234567
from: 000001234567