MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Query PHP Mongo NON NULL

Sì, vuoi il $ne operatore, quindi

$cursor = $collection->find(array("someField" => array('$ne' => null)));