Hi,
I am doing some manipulation on the string such that if i was given 2 characters, I will prefix it with "0". If it's 2 characters, no manipulation is done.
Currently I am doing RIGHT("0" + rtrim(char1), 2).
Is this the best way to do this?
cherriesh