I have a number column that is of size 12. I put in data in it, but when ever I do a select * from table it shows me the number in the following format:
1.0901E+10
How can I change that so that it shows me numbers in their normal format.
Thanks.