Skip to content

DOC: Add example for multi-column joins using merge #62016

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thwait
Copy link

@thwait thwait commented Aug 1, 2025

The goal of this change is to add an explicit example for how to perform a multi-column join. While the existing Comparison with SQL documentation does mention that merge supports multiple columns, it is easy to miss and likely requires more research from the user to implement.

The reason the new examples are placed inside the INNER JOIN section is to continue on from the previous existing "merge() also offers..." example, and are intended to read as notes about functionality, which can apply to subsequent JOIN types.

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.

DOC: SQL-style join conditions
1 participant