Skip to content

Commit 9aea784

Browse files
author
Steve Stein
authored
Merge pull request #647 from hbergren/patch-1
Fix missing `)` in openjson-transact-sql.md
2 parents 9b6ac38 + 3b0a36a commit 9aea784

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
@@ -357,7 +357,7 @@ DECLARE @json NVARCHAR(max) = N'{
357357
WITH (id int,
358358
firstName nvarchar(50), lastName nvarchar(50),
359359
isAlive bit, age int,
360-
dateOfBirth datetime2, spouse nvarchar(50)
360+
dateOfBirth datetime2, spouse nvarchar(50))
361361
```
362362

363363
## See Also

0 commit comments

Comments
 (0)