I am using Oracle (work space is TOAD) and I need to make my strings that if they are shorted then 10 characters then add leading zeros to make them all 10 digit strings.
For example if I have a string like this: '12H89' need to be '0000012H89' or '1234' to be '0000001234'
How can this be done? Whats the best way?
Thanks in advance .