Alberto Gomez created GEODE-7534:
------------------------------------
Summary: Add to documentation how to access top level region data
with bind parameters in the path expression (FROM)
Key: GEODE-7534
URL: https://issues.apache.org/jira/browse/GEODE-7534
Project: Geode
Issue Type: Improvement
Components: docs
Reporter: Alberto Gomez
When trying to create a query using bind parameters in the path expression
(FROM) in order to select to level region data it is not obvious that in order
for the expression to be correct, the bind parameter must be surrounded by
parenthesis as in the following example:
SELECT e.key FROM ($1).entrySet e WHERE e.value.name=$2"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)