Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

183
Vistas
function to remove all documents that the Age parameter is above 50

I'm working with VSC abd we started with MongoDB. We got an exercise that we need to remove all documents that the age in those documents are above 50. For example:

My code of adding the documents (which works): my code of adding the documents (which works)

I want to know how do I remove (if it's with DeleteMany() or other function) them so I'll be left with only the one document that his age is below 50.

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You need to use $gt operator

emloyees.deleteMany({ age: {$gt: 50}});
about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda