in reply to SQL WHERE clauses with DBIx::Class, using NOT and IN
search({ id => { 'not in' => [ 1, 2, 3 ] }, }); [download]