How can i display the Number instead of E
972355May 31 2013 — edited Jun 3 2013Hello Everyone ;
I am getting confused. How can i display the Number but the Exponential value is coming as E.
SQL> select sum(amount_sold) from sales;
SUM(AMOUNT_SOLD)
1.1287E+11
Table details ..
SQL> desc sales
Name Null? Type
AMOUNT_SOLD NUMBER
i want to change 1.1287E+11 to "numeric"
DB : 10.2.0.4
os : rhel 5.1