Skip to content

Commit 3b7b243

Browse files
authored
Merge pull request #29848 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 5ed662b + 3371404 commit 3b7b243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/openjson-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The comparison used to match path steps with the properties of the JSON expressi
132132

133133
#### Array element identity
134134

135-
the `OPENROWSET` function in the serverless SQL pool in Azure Synapse Analytics can automatically generate the identity of each row that is returned as a result. The identity column is specified using the expression `$.sql:identity()` in the JSON path after the column definition. The column with this value in the JSON path expression will generate a unique 0-based number for each element in the JSON array that the function parses. The identity value represents the position/index of the array element.
135+
the `OPENJSON` function in the serverless SQL pool in Azure Synapse Analytics can automatically generate the identity of each row that is returned as a result. The identity column is specified using the expression `$.sql:identity()` in the JSON path after the column definition. The column with this value in the JSON path expression will generate a unique 0-based number for each element in the JSON array that the function parses. The identity value represents the position/index of the array element.
136136

137137
```sql
138138
DECLARE @array VARCHAR(MAX);

0 commit comments

Comments
 (0)