Skip to content

Commit c3ae3c2

Browse files
Merge pull request #252463 from seesharprun/cosmos-nosql-related-content-3
Cosmos DB | NoSQL | Query pattern revamp (3)
2 parents ebed909 + 8725a95 commit c3ae3c2

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

articles/cosmos-db/nosql/query/datetimeadd.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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -66,7 +66,7 @@ The following example adds various values (one year, one month, one day, one hou
6666
| **Microsecond** | `microsecond`, `mcs` |
6767
| **Nanosecond** | `nanosecond`, `ns` |
6868

69-
## Next steps
69+
## Related content
7070

7171
- [System functions](system-functions.yml)
7272
- [`DateTimeBin`](datetimebin.md)

articles/cosmos-db/nosql/query/datetimebin.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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -66,7 +66,7 @@ The following example bins the date **January 8, 2021** at **18:35 UTC** by vari
6666
| **Microsecond** | `microsecond`, `mcs` |
6767
| **Nanosecond** | `nanosecond`, `ns` |
6868

69-
## Next steps
69+
## Related content
7070

7171
- [System functions](system-functions.yml)
7272
- [`DateTimeAdd`](datetimeadd.md)

articles/cosmos-db/nosql/query/datetimediff.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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -64,7 +64,7 @@ The following examples compare **February 4, 2019 16:00 UTC** and **March 5, 201
6464
| **Nanosecond** | `nanosecond`, `ns` |
6565
- The function always returns a signed integer value. The function returns a measurement of the number of boundaries crossed for the specified date and time part, not a measurement of the time interval.
6666

67-
## Next steps
67+
## Related content
6868

6969
- [System functions](system-functions.yml)
7070
- [`DateTimeBin`](datetimebin.md)

articles/cosmos-db/nosql/query/datetimefromparts.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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -55,7 +55,7 @@ The following example uses various combinations of the arguments to create date
5555

5656
- If the specified integers would create an invalid date and time, the function returns `undefined`.
5757

58-
## Next steps
58+
## Related content
5959

6060
- [System functions](system-functions.yml)
6161
- [`DateTimePart`](datetimepart.md)

articles/cosmos-db/nosql/query/datetimepart.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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -65,7 +65,7 @@ The following example returns various parts of the date and time **May 29, 2016
6565
| **Nanosecond** | `nanosecond`, `ns` |
6666
- This function doesn't use the index.
6767

68-
## Next steps
68+
## Related content
6969

7070
- [System functions](system-functions.yml)
7171
- [`DateTimeFromParts`](datetimefromparts.md)

articles/cosmos-db/nosql/query/datetimetoticks.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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -53,7 +53,7 @@ The following example measures the ticks since the date and time **May 19, 2015
5353
- This function returns `undefined` if the date and time isn't a valid ISO 8601 date and time string.
5454
- This function doesn't use the index.
5555

56-
## Next steps
56+
## Related content
5757

5858
- [System functions](system-functions.yml)
5959
- [`DateTimeToTimestamp`](datetimetotimestamp.md)

articles/cosmos-db/nosql/query/datetimetotimestamp.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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -52,7 +52,7 @@ The following example converts the date and time **May 19, 2015 12:00 UTC** to a
5252

5353
- This function returns `undefined` if the date and time isn't a valid ISO 8601 date and time string.
5454

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

5757
- [System functions](system-functions.yml)
5858
- [`DateTimeToTicks`](datetimetoticks.md)

articles/cosmos-db/nosql/query/degrees.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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example returns the degrees for various radian values.
4646

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

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

5151
- [System functions](system-functions.yml)
5252
- [`RADIANS`](radians.md)

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

Lines changed: 1 addition & 1 deletion
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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

articles/cosmos-db/nosql/query/endswith.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/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -48,7 +48,7 @@ The following example checks if the string `abc` ends with `b` or `bC`.
4848

4949
- This function performs a full index scan.
5050

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

5353
- [System functions](system-functions.yml)
5454
- [`STARTSWITH`](startswith.md)

0 commit comments

Comments
 (0)