Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Convert number (float) to european format

717092Aug 13 2009 — edited Aug 13 2009
In 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2009
Added on Aug 13 2009
7 comments
10,652 views