Skip to content

Commit 87dff49

Browse files
authored
Merge pull request #100176 from NavtejSaini-MSFT/patch-30
Fixes https://github.com/MicrosoftDocs/azure-docs/issues/45393
2 parents 7d7e97a + cd3abae commit 87dff49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql-query-offset-limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ OFFSET <offset_amount> LIMIT <limit_amount>
3232

3333
## Remarks
3434

35-
Both the OFFSET count and the LIMIT count are required in the OFFSET LIMIT clause. If an optional `ORDER BY` clause is used, the result set is produced by doing the skip over the ordered values. Otherwise, the query will return a fixed order of values. Currently this clause is supported for queries within a single partition only, cross-partition queries don't yet support it.
35+
Both the OFFSET count and the LIMIT count are required in the OFFSET LIMIT clause. If an optional `ORDER BY` clause is used, the result set is produced by doing the skip over the ordered values. Otherwise, the query will return a fixed order of values. This clause is now supported for queries within a single partition as well as cross-partition queries.
3636

3737
## Examples
3838

0 commit comments

Comments
 (0)