Skip to content

Commit a125303

Browse files
Update generate-openrowset.html
1 parent 3c5b3c2 commit a125303

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SQL/tools/cosmosdb/generate-openrowset.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ <h1>Generating OPENROWSET statement for Cosmos DB documents</h1>
2222
<textarea name="document" id="document" required="true" placeholder="Enter sample of JSON document" cols="120" rows="10">
2323
{
2424
"id": "WakefieldFamily",
25+
"creationDate": 1431620462,
26+
"isRegistered": false,
27+
"address": { "state": "NY", "county": "Manhattan", "city": "NY" },
2528
"parents": [
2629
{ "familyName": "Wakefield", "givenName": "Robin" },
2730
{ "familyName": "Miller", "givenName": "Ben" }
@@ -41,10 +44,7 @@ <h1>Generating OPENROWSET statement for Cosmos DB documents</h1>
4144
"givenName": "Lisa",
4245
"gender": "female",
4346
"grade": 8 }
44-
],
45-
"address": { "state": "NY", "county": "Manhattan", "city": "NY" },
46-
"creationDate": 1431620462,
47-
"isRegistered": false
47+
]
4848
}</textarea>
4949

5050

0 commit comments

Comments
 (0)