File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
articles/cosmos-db/nosql/query Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ms.reviewer: sidandrews
8
8
ms.service : cosmos-db
9
9
ms.subservice : nosql
10
10
ms.topic : reference
11
+ ms.devlang : nosql
11
12
ms.date : 02/08/2024
12
13
ms.custom : query-reference
13
14
---
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ ms.reviewer: sidandrews
8
8
ms.service : cosmos-db
9
9
ms.subservice : nosql
10
10
ms.topic : reference
11
- ms.date : 09/21/2023
11
+ ms.devlang : nosql
12
+ ms.date : 02/08/2024
12
13
ms.custom : query-reference
13
14
---
14
15
@@ -20,7 +21,7 @@ Returns the trigonometric arccosine of the specified numeric value. The arccosin
20
21
21
22
## Syntax
22
23
23
- ``` sql
24
+ ``` nosql
24
25
ACOS(<numeric_expr>)
25
26
```
26
27
@@ -38,7 +39,7 @@ Returns a numeric expression.
38
39
39
40
The following example calculates the arccosine of the specified values using the function.
40
41
41
- :::code language="sql " source="~ /cosmos-db-nosql-query-samples/scripts/arccosine/query.sql" highlight="2":::
42
+ :::code language="nosql " source="~ /cosmos-db-nosql-query-samples/scripts/arccosine/query.sql" highlight="2":::
42
43
43
44
:::code language="json" source="~ /cosmos-db-nosql-query-samples/scripts/arccosine/result.json":::
44
45
You can’t perform that action at this time.
0 commit comments