Zainab-Saad commented on issue #137:
URL: https://github.com/apache/age-website/issues/137#issuecomment-1459707219

   Sure, 
   I run the following query: 
   `SELECT * FROM cypher('graph', $$
   MATCH(u) WHERE u.name =~  "Smith.*"
   SET labels(u) = "Friend"  RETURN u        
   $$) AS (result agtype);`
   
   The output is: 
   `ERROR:  SET clause expects a variable name
   LINE 3: SET labels(u) = "Friend"  RETURN u
   `
   


-- 
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