http://www.perlmonks.org?node_id=655042

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,
Please guide me to use 'IN' clause while using Class::DBI. I want to add IN condition in my existing query that is something like
$schema->resultset('Artist')->search( year => 1990 );