jhgoodwin opened a new issue #47: URL: https://github.com/apache/incubator-age/issues/47
Hi, I was able to use some examples to create records such as: ```sql SELECT q.a FROM (SELECT * FROM cypher('test_graph', $$ MATCH (a:Part) RETURN a $$) AS (a agtype) ) as q; ``` Which returns: ``` a "{""id"": 844424930131974, ""label"": ""Part"", ""properties"": {""part_num"": ""123""}}::vertex" "{""id"": 844424930131975, ""label"": ""Part"", ""properties"": {""part_num"": ""345""}}::vertex" "{""id"": 844424930131976, ""label"": ""Part"", ""properties"": {""part_num"": ""456""}}::vertex" "{""id"": 844424930131977, ""label"": ""Part"", ""properties"": {""part_num"": ""789""}}::vertex" ``` But, it's unclear to me how I would join these results against typical relational concepts. Would someone be willing to share an example or point me at documentation for this? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org