We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084ea58 commit 61cdd06Copy full SHA for 61cdd06
examples/microsoft sql server advanced forms/README.md
@@ -16,7 +16,7 @@ The result of these multi-selects is a JSON array, which also needs to be read b
16
This example demonstrates how to consume [JSON](https://en.wikipedia.org/wiki/JSON) data from a SQL Server database,
17
using the [`OPENJSON`](https://docs.microsoft.com/en-us/sql/t-sql/functions/openjson-transact-sql)
18
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)
+and [`FOR JSON PATH`](https://learn.microsoft.com/en-us/sql/relational-databases/json/format-query-results-as-json-with-for-json-sql-server)
20
to format query results as a JSON array.
21
22
0 commit comments