hpeters has asked for the wisdom of the Perl Monks concerning the following question:
Doing exact the same select (copy & paste from log) in the sql-manager returns all values for row2. I know I'll get undef for NULL-rows, but this row isn't NULL! it has integer values like row4. Any hints?$VAR1 = { 'row1' => 17, 'row2' => undef, 'row2' => '36688.00', 'row3' => '30328.50', 'row4' => 6762, 'row5' => 0, 'row6' => 12302 };
HenningDBI 1.631 DBD::ODBC 1.45 unixODBC-2.3.2 FreeTDS 0.91
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI gives "undef" for specific row
by mje (Curate) on Mar 11, 2014 at 16:50 UTC | |
|
Re: DBI gives "undef" for specific row
by kcott (Archbishop) on Mar 11, 2014 at 21:50 UTC | |
|
Re: DBI gives "undef" for specific row
by mwb613 (Beadle) on Mar 11, 2014 at 19:23 UTC | |
|
Re: DBI gives "undef" for specific row
by Marshall (Canon) on Mar 14, 2014 at 04:38 UTC |