Skip to content

Commit

Permalink
Update product_docs/docs/mongo_data_adapter/5/06_features_of_mongo_fd…
Browse files Browse the repository at this point in the history
…w.mdx

Co-authored-by: gvasquezvargas <[email protected]>
  • Loading branch information
jpe442 and gvasquezvargas authored Dec 16, 2024
1 parent e98e2b5 commit a41ba4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ db1> db.test_sub_json.find()

Steps for retrieving sub-fields from the document:

1. Create a foreign table. To access a sub-field use the dot (".") in the columnn name as shown below:
1. Create a foreign table. To access a sub-field use the dot (".") in the column name as shown below:

```sql
CREATE FOREIGN TABLE ft_nested_json_test(
Expand Down

0 comments on commit a41ba4a

Please sign in to comment.