in reply to sql join with multiple select

two issues

>  "SELECT SND.userid, SND.firstname, SND.lastname ?

>

$datainfo = $data->fetchall_arrayref(); while (my $row = $data->fetchrow_hashref) {

it's possible to do a fetchrow after a fetchall ?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^2: sql join with multiple select
by bigup401 (Pilgrim) on Oct 03, 2018 at 16:49 UTC

    am using fetchrow_hashref to fast up resulting

        i have a reason of using fetchrow_hashref