Convert number (float) to european format
717092Aug 13 2009 — edited Aug 13 2009In European format the decimal separator is , (comma) instead of .(dot). Eg : 12.3 is written as 12,3.
I am making a oracle report where there are lot of such values. I am using output format as PDF. All numbers show decimal separator as . instead of ,. Is there any PL/SQL function which converts the format ?
Thanks!