
bchen at exelixis
Apr 11, 2000, 3:52 PM
Post #1 of 1
(41 views)
Permalink
|
|
DCOracle select max() always returns integers (PR#289)
|
|
Full_Name: Bin Version: 1.5.2 OS: SUN Solaris Submission from: shaker.exelixis.com (209.0.11.254) I am using DCOracle to retrieve the max and min values of an attribute from a database. The attribute contains floating point numbers. If I use select attr_name from table_name I got a list of floating point numbers. But if I call select max(attr_name) from table_name I always got integers. Can anyone help me figure out what's wrong? Thanks, Bin
|