Skip to content

Commit 61cdd06

Browse files
committed
fix documentation link
1 parent 084ea58 commit 61cdd06

File tree

1 file changed

+1
-1
lines changed
  • examples/microsoft sql server advanced forms

1 file changed

+1
-1
lines changed

examples/microsoft sql server advanced forms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The result of these multi-selects is a JSON array, which also needs to be read b
1616
This example demonstrates how to consume [JSON](https://en.wikipedia.org/wiki/JSON) data from a SQL Server database,
1717
using the [`OPENJSON`](https://docs.microsoft.com/en-us/sql/t-sql/functions/openjson-transact-sql)
1818
function to parse the JSON data into a table,
19-
and [`FOR JSON PATH`](https://docs.microsoft.com/en-us/sql/t-sql/functions/for-json-sql-server)
19+
and [`FOR JSON PATH`](https://learn.microsoft.com/en-us/sql/relational-databases/json/format-query-results-as-json-with-for-json-sql-server)
2020
to format query results as a JSON array.
2121

2222

0 commit comments

Comments
 (0)