jrgemignani commented on issue #2140: URL: https://github.com/apache/age/issues/2140#issuecomment-2661002139
@lyp-bobi The EXPLAIN command, for openCypher commands, needs to be inside the cypher function - ``` SELECT * FROM cypher('ldbc_graph', $$ EXPLAIN MATCH (person:Person {id: 111})-[l:LIKES]->(post:Post {id: 222}) DELETE l $$) AS (res1 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. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org