Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple graph tables inside single query #122

Merged

Conversation

Dtenwolde
Copy link
Contributor

@Dtenwolde Dtenwolde commented Jun 7, 2024

This PR fixes #88 and cwida/duckdb-pgq#201
The behaviour is similar to subqueries in that multiple graph tables, separated by commas, form a cross join.
The graph table can be given an alias or remain unnamed. In the latter case, the first graph table will be unnamed_graphtable, the second unnamed_graphtable2, etc. This behaviour mimicks the unnamed_subquery behaviour.

@Dtenwolde Dtenwolde merged commit ca70df8 into main Jun 18, 2024
42 checks passed
@Dtenwolde Dtenwolde deleted the 88-allow-multiple-match-statements-within-a-single-query branch June 18, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow multiple MATCH statements within a single query
1 participant