We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6b7d0 commit a0f453eCopy full SHA for a0f453e
source/includes/driver-example-query-50.rst
@@ -6,7 +6,7 @@
6
.. class:: copyable-code
7
.. code-block:: javascript
8
9
- db.inventory.find( { status: "A" }, { name: 1, status: 1, instock: { $slice: -1 } } )
+ db.inventory.find( { status: "A" }, { item: 1, status: 1, instock: { $slice: -1 } } )
10
11
- id: python
12
content: |
0 commit comments