waleedahmed0001 commented on issue #855:
URL: https://github.com/apache/age/issues/855#issuecomment-1528835583

   > > You can create the node with the information using create command.
   > > `CREATE (p:Person {id: 1910677111, name: 'Moontasir'}) SET p.Graph_name 
= 'students' RETURN p `
   > 
   > IT will only create a new property. Not this way I want.. Because still it 
generates an id for new nodes. ![Screenshot from 2023-04-26 
13-15-29](https://user-images.githubusercontent.com/53787290/234499090-d9ac7c6d-9eb5-43cd-aeb5-a3be3cf74c7b.png)
   
   You are just giving the id as the property of the Person label. You want to 
see it in the gid but its not directly possible as it is based on some 
algorithm and it cannot be directly accessed.


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