Skip to content

Commit 8a7211f

Browse files
authored
Update ORDER BY
1 parent b8e5ec5 commit 8a7211f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/query/order-by.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In this next example, the sort order is explicitly specified to be descending.
5858

5959
In this final example, the items are sorted using two fields, in a specific order using explicitly specified ordering. A query that sorts using two or more fields requires a [composite index](../../index-policy.md#composite-indexes).
6060

61-
:::code language="sql" source="~/cosmos-db-nosql-query-samples/scripts/order-by-multiple/query.sql" range="1-6,9-11" highlight="7-9":::
61+
:::code language="sql" source="~/cosmos-db-nosql-query-samples/scripts/order-by-multiple/query.novalidate.sql" range="1-6,9-11" highlight="7-9":::
6262

6363
## Remarks
6464

0 commit comments

Comments
 (0)