I have a field that has some 7 length data. All incoming data for this field will now be 8 characters, however I would like to convert the existing 7 character data to 8 by left padding with a 0. What is the easiest way to do this?
Thank You!
Thank You!
Comment