Dear all
Currently i am working on Oracle 11g
I have string like 1,12,123,1234 and my requirement is to fill the leading zero on each comma separated string
My Output result should be like this 0001,0012,0123,1234 what exactly lpad('12',4,'0') is doing.
Kindly assists an above query.