- or download this
( sent_email is NULL OR
sent_email='0000-00-00');
- or download this
sent_email => {'!=', undef },
sent_email => {'!=', '0000-00-00
- or download this
my @proc_requests = $schema->resultset( 'TblRequests' )->search({
-or =>[ status => 'Review' ,
...
},
{ join => 'p' }
);