Skip to content

Commit

Permalink
Update generate-openrowset.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanpop-msft authored Nov 18, 2020
1 parent 3c5b3c2 commit a125303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SQL/tools/cosmosdb/generate-openrowset.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ <h1>Generating OPENROWSET statement for Cosmos DB documents</h1>
<textarea name="document" id="document" required="true" placeholder="Enter sample of JSON document" cols="120" rows="10">
{
"id": "WakefieldFamily",
"creationDate": 1431620462,
"isRegistered": false,
"address": { "state": "NY", "county": "Manhattan", "city": "NY" },
"parents": [
{ "familyName": "Wakefield", "givenName": "Robin" },
{ "familyName": "Miller", "givenName": "Ben" }
Expand All @@ -41,10 +44,7 @@ <h1>Generating OPENROWSET statement for Cosmos DB documents</h1>
"givenName": "Lisa",
"gender": "female",
"grade": 8 }
],
"address": { "state": "NY", "county": "Manhattan", "city": "NY" },
"creationDate": 1431620462,
"isRegistered": false
]
}</textarea>


Expand Down

0 comments on commit a125303

Please sign in to comment.