Hi All I want something like 'SELECT * FROM employee WHERE department IS NOT NULL' I tried $schema->resultset('employee')->search({ department => {"IS" => "NOT NULL"}}); But it is not working... Any help? Thanks -Ram