TO_CHAR function introduce a / character in conversion of a number.
Hi All,
The below query returns me the following amount:-0.00000000010/
SELECT TO_CHAR(amount,'FM99999999999999999999999999999990.099999999999') amount
FROM transaction
The datatype of the above amount field is Number(32,12).
Please advise
0