Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/sql-aggregation-comparison.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ the table assume the following conditions:
{ sku: "yyy", qty: 25, price: 1 } ]
}

- The MongoDB statements prefix, the names of the fields from the
- The MongoDB statements prefix the names of the fields from the
:term:`documents <document>` in the collection ``orders`` with a
``$`` character when they appear as operands to the aggregation
operations.
Expand Down