You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alberto Gomez (Jira)" <ji...@apache.org> on 2019/12/04 13:27:00 UTC

[jira] [Created] (GEODE-7534) Add to documentation how to access top level region data with bind parameters in the path expression (FROM)

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)