I need pad the '000' to the char field, such as col char(10), and the data only has 5 digits, I need pad 5 '0' at begin of the string, like '0000012345'. Can you help me with it?
It is work fine for select statement. I try to use this format in the fastload with insert into statment, it does not take it. do you have any idea if I can do it in the insert into table value('00'||:col)?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.