wen-bing commented on issue #1983:
URL: https://github.com/apache/age/issues/1983#issuecomment-2236575304

   casts agtype to **text* works.
   
   select t.name, t.age from table_person as t where
   t.name in (
   select * from ag_catalog.cypher('graph1', $$
   Match(v:Person)
   return v.name
   $$) as (name text));
   


-- 
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: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to