How do you query for "is not null" in Mongo?
I would like to execute a following query:
db.mycollection.find(HAS IMAGE URL)
What should be the correct syntax?
I would like to execute a following query:
db.mycollection.find(HAS IMAGE URL)
What should be the correct syntax?