hmm. it is perl's "problem", not dbi. On Mon, Dec 20, 2021 at 1:20 PM john miky <[email protected]> wrote:
> hi,
>
> I select a decimal column, from mysql with dbi,
> the value 0.015 for example, my ($v) = $dbh->selectrow_array("select
> price from test limit 1")
> it is greater than 0 in perl.
>
> What's the proper way to get a float value ?
>
