Skip to content

Instantly share code, notes, and snippets.

@kishorek
Created October 12, 2023 13:32
Show Gist options
  • Save kishorek/c2b0d28dc05ceb5d77cd11a49879108e to your computer and use it in GitHub Desktop.
Save kishorek/c2b0d28dc05ceb5d77cd11a49879108e to your computer and use it in GitHub Desktop.
Mongo - Convert a string into number and use in a find query
{$expr:{$gt:[{$toInt:"$field"},1]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment