Remi-C commented on issue #28: URL: https://github.com/apache/incubator-age/issues/28#issuecomment-806079641
Hey @JoshInnis , thanks for answering :-) I just followed exactly the query from the doc: ``` SELECT * from cypher('my_graph_name', $$ CREATE (a:Part {part_num: '123'}), (b:Part {part_num: '345'}), (c:Part {part_num: '456'}), (d:Part {part_num: '789'}) $$) as (a agtype); ``` -- 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