Skip to content

Commit e7b4ef5

Browse files
Qingyu Zheng (Shanghai Wicresoft Co Ltd)Qingyu Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update details
1 parent a0299fb commit e7b4ef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/data-factory/connector-mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Here are steps that help you upgrade your linked service and related queries:
262262
|:--- |:--- |
263263
| *Query pattern*||
264264
| SQL multiple joins queries |MongoDB aggregate queries with multiple `$lookup`|
265-
| `SELECT FROM` | Use `find` with projection <br>e.g: `db.users.find({}, { name: 1, email: 1 })` |
265+
| `SELECT FROM` | Use `find` with projection <br>e.g.: `db.users.find({}, { name: 1, email: 1 })` |
266266
| `SELECT FROM JOIN` |`$lookup` (aggregation) |
267267
| `EMPTY` | `db.table.find({})`|
268268
| `SELECT * FROM` |`db.table.find({})` |
@@ -272,7 +272,7 @@ Here are steps that help you upgrade your linked service and related queries:
272272
| `AS` | `$project` |
273273
| SQL queries of datetime related functions | MongoDB queries of datetime related functions |
274274

275-
Here are some query examples that help you transfer from SQL query to MongoDB query.
275+
Here are some query examples that help you transfer from SQL queries to MongoDB queries.
276276

277277
| SQL Query | Equivalent MongoDB query |
278278
|:--- |:--- |

articles/data-factory/connector-troubleshoot-mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article provides suggestions to troubleshoot common problems with the Mongo
3737
If you meet this error message, you need to migrate to a new version of MongoDB linked service.
3838

3939
- **Resolution**:
40-
Refer to this [article](connector-mongodb.md#upgrade-the-mongoDB-linked-service-to-the-latest-version) to upgrade your MongoDB linked service to the latest version.
40+
Refer to this [article](connector-mongodb.md#upgrade-the-mongodb-linked-service-to-the-latest-version) to upgrade your MongoDB linked service to the latest version.
4141

4242
## Next steps
4343

0 commit comments

Comments
 (0)