Skip to content

Instantly share code, notes, and snippets.

@dannenberg
Forked from tychoish/2.6.txt
Last active December 21, 2015 23:39
Show Gist options
  • Save dannenberg/6384043 to your computer and use it in GitHub Desktop.
Save dannenberg/6384043 to your computer and use it in GitHub Desktop.
.. code-block:: javascript
db.runCommand( { aggregate: "records",
pipeline: [ { $project: { costsOneDollar:
{ $eq: [ "$price", { $literal: "$1.00" } ] } }
} ] } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment