Skip to content

Commit e752de8

Browse files
Merge pull request #252485 from seesharprun/cosmos-nosql-related-content-12
Cosmos DB | NoSQL | Query pattern revamp (12)
2 parents 8ebe9d5 + d9763d7 commit e752de8

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

articles/cosmos-db/nosql/query/stringequals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/24/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -48,7 +48,7 @@ The following example checks if "abc" matches "abc" and if "abc" matches "ABC."
4848

4949
- This function performs an index seek.
5050

51-
## Next steps
51+
## Related content
5252

5353
- [System functions](system-functions.yml)
5454
- [`SUBSTRING`](substring.md)

articles/cosmos-db/nosql/query/stringtoarray.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/24/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -52,7 +52,7 @@ The following example illustrates how this function works with various inputs.
5252
> [!NOTE]
5353
> For more information on the JSON format, see [https://json.org](https://json.org/).
5454
55-
## Next steps
55+
## Related content
5656

5757
- [System functions](system-functions.yml)
5858
- [`StringToObject`](stringtoobject.md)

articles/cosmos-db/nosql/query/stringtoboolean.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/24/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -50,7 +50,7 @@ The following example illustrates how this function works with various data type
5050
> [!NOTE]
5151
> For more information on the JSON format, see [https://json.org](https://json.org/).
5252
53-
## Next steps
53+
## Related content
5454

5555
- [System functions](system-functions.yml)
5656
- [`StringToNumber`](stringtonumber.md)

articles/cosmos-db/nosql/query/stringtonull.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/24/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -50,7 +50,7 @@ The following example illustrates how this function works with various data type
5050
> [!NOTE]
5151
> For more information on the JSON format, see [https://json.org](https://json.org/).
5252
53-
## Next steps
53+
## Related content
5454

5555
- [System functions](system-functions.yml)
5656
- [`StringToBoolean`](stringtoboolean.md)

articles/cosmos-db/nosql/query/stringtonumber.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/24/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -52,7 +52,7 @@ The following example illustrates how this function works with various data type
5252
> [!NOTE]
5353
> For more information on the JSON format, see [https://json.org](https://json.org/).
5454
55-
## Next steps
55+
## Related content
5656

5757
- [System functions](system-functions.yml)
5858
- [`StringToBoolean`](stringtoboolean.md)

articles/cosmos-db/nosql/query/stringtoobject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/24/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -51,7 +51,7 @@ The following example illustrates how this function works with various inputs.
5151
> [!NOTE]
5252
> For more information on the JSON format, see [https://json.org](https://json.org/).
5353
54-
## Next steps
54+
## Related content
5555

5656
- [System functions](system-functions.yml)
5757
- [`StringToArray`](stringtoarray.md)

articles/cosmos-db/nosql/query/subquery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/31/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -653,7 +653,7 @@ JOIN
653653
]
654654
```
655655

656-
## Next steps
656+
## Related content
657657

658658
- [``JOIN`` clause](join.md)
659659
- [Constants](constants.md)

articles/cosmos-db/nosql/query/substring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/24/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -50,7 +50,7 @@ The following example returns substrings with various lengths and starting posit
5050
- `numeric_expr_1` positions are zero-based, therefore a value of `0` starts from the first character of `string_expr`.
5151
- A value of `0` or less for `numeric_expr_2` results in empty string.
5252

53-
## Next steps
53+
## Related content
5454

5555
- [System functions](system-functions.yml)
5656
- [`StringEquals`](stringequals.md)

articles/cosmos-db/nosql/query/sum.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/17/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -52,7 +52,7 @@ The `SUM` function is used to sum the values of the `quantity` field, when it ex
5252
- If any arguments in `SUM` are string, boolean, or null; the entire aggregate system function returns `undefined`.
5353
- If any individual argument has an `undefined` value that value isn't included in the `SUM` calculation.
5454

55-
## Next steps
55+
## Related content
5656

5757
- [System functions](system-functions.yml)
5858
- [`AVG`](average.md)

articles/cosmos-db/nosql/query/tan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/24/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example calculates the cotangent of the specified angle using the
4646

4747
- This function doesn't use the index.
4848

49-
## Next steps
49+
## Related content
5050

5151
- [System functions](system-functions.yml)
5252
- [`COT`](cot.md)

0 commit comments

Comments
 (0)