DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: number format

  1. #1
    Join Date
    Jul 2000
    Posts
    70

    Exclamation

    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.

  2. #2
    Join Date
    Jun 2000
    Location
    Conway,AR,USA
    Posts
    29
    In the sql*Plus prompt set numwidth 12.
    Then you can see all the 12 digits
    Soumya
    still learning

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width