M4rcxs commented on issue #978:
URL: https://github.com/apache/age/issues/978#issuecomment-1650300466

   you forgot to use the `RETURN` clause in your query. 
   ```sql
   SELECT * FROM cypher ( 'tmp', $$ 
       MATCH (a:Part) WHERE a.part_num=~'3+' 
       DELETE a 
       RETURN a
   $$) 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to