Mamajyot
Senior Member
Hi
I am using oracle sql and I want to produce the ffg output but am having problems.
I want the comma's to be replace with spaces but I cant figure out how to do it.
SQL> SELECT To_Char(123000,'999,999,999.99')
2 FROM dual;
TO_CHAR(123000,
---------------
123,000.00
I am using oracle sql and I want to produce the ffg output but am having problems.
I want the comma's to be replace with spaces but I cant figure out how to do it.
SQL> SELECT To_Char(123000,'999,999,999.99')
2 FROM dual;
TO_CHAR(123000,
---------------
123,000.00