Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Weird problem with Oracle, DBI, and Scientific Notation

by vroom (His Eminence)
on May 14, 2002 at 18:59 UTC ( [id://166540]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select large_number from mytable;
    
    LARGE_NUMBER
    ------------
    4.1142E+11
    
  2. or download this
    select to_char(large_number) from mytable;
    
    LARGE_NUMBER
    ------------
    411420431014
    
  3. or download this
    select to_char(large_number,'999999999999') from mytable;
    
    LARGE_NUMBER
    ------------
    411420431014
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://166540]
Approved by particle
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-19 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found