How to display numbers in French locale
Greetings.
We have numbers stored in many of the columns and we would like to display the numbers in french number formats. How do we do this, we do get to know its thru 2 ways one is using to_char (numbercol,'fmt') and second is using nls_lang variable in the OS.
We also checked with ALTER SESSION SET NLS_NUMERIC_CHARACTERS=',.'
Pls list the exact to_char format mask or the nls_lang variable
Request the team to help here with the better approach for displaying the records in a report.
Thanks in advance