Hamza-Mushtaque commented on issue #855:
URL: https://github.com/apache/age/issues/855#issuecomment-1528810730

   Try this;
   CREATE (:People {id: 1910677111, name: 'Moontasir'})-[:IN]->(:students);
   
   It will create a node labeled 'People' with the properties 'id' and 'name' 
and will create a relationship labeled 'IN' to a node labeled 'students'. The 
colon in front of 'People' and 'students' indicate their labels, and the curly 
braces indicate the node properties.
   
   I hope this helps.
   
   


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

Reply via email to