Perl & MySQL (SELECT)

2002-11-22 Thread Mariusz
A while ago I asked for help on the following: > I would like to be able to select records from the a table where record_id > and $record_id from my @record_ids matches. I know I could go through a loop > and send a SELECT query for each element in the array but is there a better > way? How can I

RE: Perl & MySQL (SELECT)

2002-11-22 Thread wiggins
On Fri, 22 Nov 2002 11:56:44 -0600, "Mariusz" <[EMAIL PROTECTED]> wrote: > A while ago I asked for help on the following: > > > I would like to be able to select records from the a table where record_id > > and $record_id from my @record_ids match