Munmud opened a new issue, #854:
URL: https://github.com/apache/age/issues/854
I have created two nodes as follow
```sql
SELECT * from cypher(
'test_Graph',
$$
CREATE (v:People {})
RETURN v
$$
) as (v agtype);
```
```sql
SELECT * from cypher(
'test_Graph',
$$
CREATE (v:People {})
RETURN v
$$
) as (v agtype);
```
These query created nodes with id 844424930131969 and 844424930131970.
Now How can I create an edge between these two ?
--
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]