File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ For more detail about each type of relationship condition and how to combine the
60
60
61
61
Here is an example query using ` MATCH ` .
62
62
63
- The query specifies a [ relationship direction] ( #specify-relationship-direction ) , and searches for building and sensor twins where...
64
- * the sensor is targeted by any relationship from a building with a ` $dtId ` of Building21, and
65
- * the sensor has a temperature above 50.
66
- The building and sensor are both included in the query result.
63
+ The query specifies a [ relationship direction] ( #specify-relationship-direction ) , and searches for Building and Sensor Twins where...
64
+ * the Sensor is targeted by any relationship from a Building twin with a ` $dtId ` of Building21, and
65
+ * the Sensor has a temperature above 50.
66
+ The Building and Sensor are both included in the query result.
67
67
68
68
:::code language="sql" source="~ /digital-twins-docs-samples/queries/reference.sql" id="MatchExample":::
69
69
You can’t perform that action at this time.
0 commit comments