Is join (in the sql sense) on columns with different names supported? #1669
Unanswered
undercover87
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I went over the documentation and I think that this https://mikefarah.gitbook.io/yq/operators/multiply-merge#merge-arrays-of-objects-together-matching-on-a-key
actually implements a "JOIN" operation IF the columns we're joining onto from the two tables have the same name.
What if the two columns have different names?
Granted, I could rename one of them to match the other and apply the aforementioned solution but I was wondering if there already exists a way of doing this.
Beta Was this translation helpful? Give feedback.
All reactions