DominicWuest opened a new issue, #876:
URL: https://github.com/apache/age/issues/876
When running the following query:
```cypher
MATCH ({n0:0}) MATCH ()-->() MATCH ({n1:0})--() RETURN 0 AS n2
```
I encountered the following error:
```
column reference "_age_default_alias_0" is ambiguous
```
I believe the query mentioned above is semantically and syntactically
correct and thus no error should be thrown here.
I encountered this issue when testing queries against the
**apache/age:PG13_latest** docker image.
### Steps to reproduce
Run the following query and observe it throws an error:
```cypher
MATCH ({n0:0}) MATCH ()-->() MATCH ({n1:0})--() RETURN 0 AS n2
```
### Expected behavior
The query should run successfully
### Actual behavior
The query fails with the error message `column reference
"_age_default_alias_0" is ambiguous`.
--
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]