SQL Language (MOSC)

MOSC Banner

TO_CHAR function introduce a / character in conversion of a number.

edited Jan 21, 2013 4:51AM in SQL Language (MOSC) 14 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center