Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Fetchrow_array() confusion?

Quote Reply
Fetchrow_array() confusion?
my $test = $self->table('apps')->select({'UserID' => $user}, ['color', 'amount'])->fetchrow_array();

This supposed to bring back values for color and amount, but only brings back value of the "amount".
How do I get the value of the "color" to come up also?
Subject Author Views Date
Thread Fetchrow_array() confusion? Suomi 3417 Nov 20, 2001, 10:34 AM
Thread Re: [Suomi] Fetchrow_array() confusion?
Paul 3292 Nov 20, 2001, 2:11 PM
Thread Re: [PaulW] Fetchrow_array() confusion?
Suomi 3287 Nov 20, 2001, 6:55 PM
Post Re: [Suomi] Fetchrow_array() confusion?
Paul 3278 Nov 21, 2001, 4:59 AM
Thread Re: [Suomi] Fetchrow_array() confusion?
Alex 3280 Nov 26, 2001, 10:29 AM
Post Re: [Alex] Fetchrow_array() confusion?
Suomi 3255 Nov 26, 2001, 4:20 PM