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 accomplish the same but only sending one query?
thanks, Mariusz