File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/cosmos-db/nosql/query Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ title : RAND
2
3
titleSuffix : Azure Cosmos DB for NoSQL
3
4
description : An Azure Cosmos DB for NoSQL system function that returns a randomly generated numeric value from zero to one.
4
5
author : jcodella
@@ -31,9 +32,9 @@ Returns a numeric expression.
31
32
32
33
The following example returns randomly generated numeric values.
33
34
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":::
35
36
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":::
37
38
38
39
## Remarks
39
40
You can’t perform that action at this time.
0 commit comments