Zainab-Saad commented on issue #939:
URL: https://github.com/apache/age/issues/939#issuecomment-1555842153
In AGE, deleting an edge would not delete the corresponding vertices. For
example, the query:
```SELECT * FROM cypher('test', $$
MATCH (u)-[e]->(v) DELETE e
RETURN e
$$) AS (result agtype);
```
This deletes all the edges while retaining the corresponding vertices.
Moreover, as per your question, could you provide supporting queries so that
I can get an idea what is being done.
PS: It is not recommended to perform any DDL commands on the table in which
the graph data is stored.
--
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]