farooquememon385 commented on issue #1006:
URL: https://github.com/apache/age/issues/1006#issuecomment-1606213277
`CREATE (u:User {name: 'user1', email: '[email protected]', phone:
'1234-5678', order_id: id(u)})
RETURN u`
in this query you are accessing Id of a node before it is created and
secondly a node with label `User` cannot be created in Agens Graph
>

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