Skip to content

Commit 39c09d5

Browse files
committed
Links: SQL - xquery
1 parent 05b5f76 commit 39c09d5

11 files changed

Lines changed: 19 additions & 30 deletions

docs/xquery/boolean-constructor-functions-false-xquery.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ fn:false() as xs:boolean
3535
For a working sample, see [true Function (XQuery)](../xquery/boolean-constructor-functions-true-xquery.md).
3636

3737
## See Also
38-
[Boolean Constructor Functions (XQuery)](https://msdn.microsoft.com/library/fa907f39-d4b7-4495-b829-c788928e0f64)
39-
38+
[Boolean Constructor Functions (XQuery)](./xquery-functions-against-the-xml-data-type.md)
4039

docs/xquery/boolean-constructor-functions-true-xquery.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,5 @@ go
8484
```
8585

8686
## See Also
87-
[Boolean Constructor Functions (XQuery)](https://msdn.microsoft.com/library/fa907f39-d4b7-4495-b829-c788928e0f64)
88-
87+
[Boolean Constructor Functions (XQuery)](./xquery-functions-against-the-xml-data-type.md)
8988

docs/xquery/functions-on-nodes-local-name.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ WHERE ProductModelID=7
7979
The query returns all the <`Location`> element children of the <`root`> element.
8080

8181
## See Also
82-
[Functions on Nodes](https://msdn.microsoft.com/library/09a8affa-3341-4f50-aebc-fdf529e00c08)
82+
[Functions on Nodes](./xquery-functions-against-the-xml-data-type.md)
8383
[namespace-uri Function &#40;XQuery&#41;](../xquery/functions-on-nodes-namespace-uri.md)
8484

85-

docs/xquery/functions-on-nodes-namespace-uri.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ WHERE ProductModelID=19
101101
- The **namespace-uri()** function returns instances of type xs:string instead of xs:anyURI.
102102

103103
## See Also
104-
[Functions on Nodes](https://msdn.microsoft.com/library/09a8affa-3341-4f50-aebc-fdf529e00c08)
104+
[Functions on Nodes](./xquery-functions-against-the-xml-data-type.md)
105105
[local-name Function &#40;XQuery&#41;](../xquery/functions-on-nodes-local-name.md)
106106

107-

docs/xquery/functions-on-sequences-id.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,5 @@ select @x.query('declare namespace CustOrders="Customers";
176176
- [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] requires the argument type of **id()** to be a subtype of xs:IDREF*.
177177

178178
## See Also
179-
[Functions on Sequences](https://msdn.microsoft.com/library/672d2795-53ab-49c2-bf24-bc81a47ecd3f)
180-
179+
[Functions on Sequences](./xquery-functions-against-the-xml-data-type.md)
181180

docs/xquery/functions-related-to-qnames-expanded-qname.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,5 @@ FROM T
198198
There is one limitation: The **expanded-QName()** function accepts the empty sequence as the second argument and will return empty instead of raising a run-time error when the second argument is incorrect.
199199

200200
## See Also
201-
[Functions Related to QNames &#40;XQuery&#41;](https://msdn.microsoft.com/library/7e07eb26-f551-4b63-ab77-861684faff71)
202-
201+
[Functions Related to QNames &#40;XQuery&#41;]()
203202

docs/xquery/functions-related-to-qnames-local-name-from-qname.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,5 @@ FROM T
7171
```
7272

7373
## See Also
74-
[Functions Related to QNames &#40;XQuery&#41;](https://msdn.microsoft.com/library/7e07eb26-f551-4b63-ab77-861684faff71)
75-
74+
[Functions Related to QNames &#40;XQuery&#41;](./functions-related-to-qnames-expanded-qname.md)
7675

docs/xquery/functions-related-to-qnames-namespace-uri-from-qname.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ namespace-uri-from-QName($arg as xs:QName?) as xs:string?
4444
- The **namespace-uri-from-QName()** function returns instances of xs:string instead of xs:anyURI.
4545

4646
## See Also
47-
[Functions Related to QNames &#40;XQuery&#41;](https://msdn.microsoft.com/library/7e07eb26-f551-4b63-ab77-861684faff71)
48-
47+
[Functions Related to QNames &#40;XQuery&#41;](./functions-related-to-qnames-expanded-qname.md)
4948

docs/xquery/xquery-extension-functions-sql-column.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,10 @@ select @x
125125
```
126126

127127
## See Also
128-
[SQL Server XQuery Extension Functions](https://msdn.microsoft.com/library/4bc5d499-5fec-4c3f-b11e-5ab5ef9d8f97)
128+
[SQL Server XQuery Extension Functions]()
129129
[Compare Typed XML to Untyped XML](../relational-databases/xml/compare-typed-xml-to-untyped-xml.md)
130130
[XML Data &#40;SQL Server&#41;](../relational-databases/xml/xml-data-sql-server.md)
131131
[Create Instances of XML Data](../relational-databases/xml/create-instances-of-xml-data.md)
132132
[xml Data Type Methods](../t-sql/xml/xml-data-type-methods.md)
133133
[XML Data Modification Language &#40;XML DML&#41;](../t-sql/xml/xml-data-modification-language-xml-dml.md)
134134

135-

docs/xquery/xquery-extension-functions-sql-variable.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,10 @@ WHERE ProductID=771
8888
```
8989

9090
## See Also
91-
[SQL Server XQuery Extension Functions](https://msdn.microsoft.com/library/4bc5d499-5fec-4c3f-b11e-5ab5ef9d8f97)
91+
[SQL Server XQuery Extension Functions](./xquery-extension-functions-sql-column.md)
9292
[Compare Typed XML to Untyped XML](../relational-databases/xml/compare-typed-xml-to-untyped-xml.md)
9393
[XML Data &#40;SQL Server&#41;](../relational-databases/xml/xml-data-sql-server.md)
9494
[Create Instances of XML Data](../relational-databases/xml/create-instances-of-xml-data.md)
9595
[xml Data Type Methods](../t-sql/xml/xml-data-type-methods.md)
9696
[XML Data Modification Language &#40;XML DML&#41;](../t-sql/xml/xml-data-modification-language-xml-dml.md)
9797

98-

0 commit comments

Comments
 (0)