palette has asked for the wisdom of the Perl Monks concerning the following question:
my $obj1 = $schema->resultset('table1')->search( { id => { -in =>[1238772, 1071473] } });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using in DBIx::Class
by phaylon (Curate) on Jan 04, 2007 at 12:25 UTC | |
|
Re: using in DBIx::Class
by tinita (Parson) on Jan 04, 2007 at 12:24 UTC |