db.collection1.find({ 'fieldname1' : { $exists: true, $ne: null } });
db.demo764.find({"LoginUserName":"Chris","LoginPassword" : { '$ne': null } });