dukeofhazardz commented on issue #972:
URL: https://github.com/apache/age/issues/972#issuecomment-1581441938
@jrgemignani Yes I ran the interior cypher command thus:
```
demo=# SELECT city FROM cypher('test', $$
demo$# MATCH (c: Person {city: 'Lagos'})
demo$# RETURN c.city
demo$# $$) AS (city VARCHAR);
city
---------
"Lagos"
(1 row)
```
And the output is as expected, but the hybrid query returns an empty table
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]