Skip to content

Instantly share code, notes, and snippets.

@xola139
Last active June 15, 2023 19:43
Show Gist options
  • Save xola139/51f8d31ade072b401c72b3874f8666a5 to your computer and use it in GitHub Desktop.
Save xola139/51f8d31ade072b401c72b3874f8666a5 to your computer and use it in GitHub Desktop.
update attribut lastUpdate in null
db.getCollection("images").update(
{edad:{$gte:15}},
{$set: {lastUpdate: null}},
{
multi: true,
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment