Skip to content

Commit ac4ae45

Browse files
authored
Update RAND
1 parent 803286c commit ac4ae45

File tree

1 file changed

+3
-2
lines changed
  • articles/cosmos-db/nosql/query

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: RAND
23
titleSuffix: Azure Cosmos DB for NoSQL
34
description: An Azure Cosmos DB for NoSQL system function that returns a randomly generated numeric value from zero to one.
45
author: jcodella
@@ -31,9 +32,9 @@ Returns a numeric expression.
3132

3233
The following example returns randomly generated numeric values.
3334

34-
:::code language="sql" source="~/cosmos-db-nosql-query-samples/scripts/rand/query.sql" highlight="2-3":::
35+
:::code language="sql" source="~/cosmos-db-nosql-query-samples/scripts/rand/query.novalidate.sql" highlight="2-3":::
3536

36-
:::code language="json" source="~/cosmos-db-nosql-query-samples/scripts/rand/result.json":::
37+
:::code language="json" source="~/cosmos-db-nosql-query-samples/scripts/rand/result.novalidate.json":::
3738

3839
## Remarks
3940

0 commit comments

Comments
 (0)