You probably are using an inappropriate DBI method for your desired result. In your perl, try the following and see if you get the right number of rows:
my $results = $dbh->selectall_arrayref($your_sql) ; print Dumper($_) foreach (@{$results}) ;
In reply to Re: DBI SQL Returns Less than Direct SQL
by onelesd
in thread SOLVED: DBI SQL Returns Less than Direct SQL
by DaveNagy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |