number format convert
585759Jan 26 2010 — edited Jan 27 2010Hi
I have an external table that is using German number format.
i.e. 100,00 would be 100.00 in English.
Lets say the data is help in GE_CSV table.
SELECT REVENUE FROM GE_CSV
would return:
100,00
200,00
300,00
etc
What is the best way to convert this into a English number format.
Best Regards
Adam