Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Kubo Takehiro
RE: count() returns a float? [ reply ]  
2005-08-05 00:54
count() really returns a float. That's because a function return value has no precision and scale.

How about explicitly define the datatype.
http://www.jiubao.org/ruby-oci8/dbd_oci8.en.html

By: Daniel Berger
count() returns a float? [ reply ]  
2005-08-02 17:48
Hi,

I noticed that the count function returns a float value instead of an integer. Is this an issue with the DBI wrapping perhaps? Or does count() really return a float?

Regards,

Dan