collection.find({ arrayElementName: { $exists: true, $not: {$size: 0} } })
db.collection.update({}, { $set : {'myArray': [] }} , {multi:true} )