Skip to content

Commit d18ff92

Browse files
committed
Add escape note for map keys
1 parent bf7db6b commit d18ff92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/digital-twins/how-to-query-graph.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
55
description: See how to query the Azure Digital Twins twin graph for information.
66
author: baanders
77
ms.author: baanders # Microsoft employees only
8-
ms.date: 02/23/2022
8+
ms.date: 03/02/2023
99
ms.topic: how-to
1010
ms.service: digital-twins
1111
ms.custom: contperf-fy21q2
@@ -59,6 +59,8 @@ You can also get twins based on the type of a property. Here's a query that gets
5959
>[!TIP]
6060
> If a property is of type `Map`, you can use the map keys and values directly in the query, like this:
6161
> :::code language="sql" source="~/digital-twins-docs-samples/queries/examples.sql" id="QueryByProperty4":::
62+
>
63+
> If the map key starts with a numeric character, you'll need to wrap the key in double square brackets (`[[<mapKey>]]`) to escape it in the query, similar to the strategy for [querying with reserved keywords](reference-query-reserved.md#escaping-reserved-keywords-in-queries).
6264
6365
## Query by model
6466

0 commit comments

Comments
 (0)