shady-cj commented on issue #855:
URL: https://github.com/apache/age/issues/855#issuecomment-1528748248

   You can do that using 
   
   `SELECT * FROM cypher(‘students’,  $$
       CREATE (:People {_id: 1910677111, name: ‘Moontasir’}) 
   $$) 
   AS (p agtype);
   `
   
   As said earlier…. I’d’s would be automatically generated if you can create a 
custom field such as ‘_id’ if you need to use a custom unique identifier for 
each vertex.


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