Hi guys,
i need to do something like this in DB2 and oracle. I have a String which actually is a number(upto 2 decimal places) converted to string. i need to format then number according to the delimiter i have.
eg1: number is 1234567890. i need to format like
1,234,567,890
eg2 123456789.09 -> 123,456,789.09
is there any built in function or a UDF which can accomplish this task ?