dukeofhazardz commented on issue #855:
URL: https://github.com/apache/age/issues/855#issuecomment-1523699070
You could try this assuming you've already created the graph 'students';
SELECT * FROM cypher('students', $$ CREATE ( :People { id: 1910677111, name
: 'Moontasir'}) $$) AS (a agtype);
This will create a node, with the id you assigned as an attribute which can
only be accessed through the :People Label.
However, like Zainab said, the actual IDs are automatically generated, but
you can do the above to meet your specific need.
--
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]