-
I'm just trying to clean this up by not having to specify suffixes and drop the extra column in code like this.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Yeah, we could make this more convenient for the (probably very common) case of inner join with only equality predicates, see here for the rationale. |
Beta Was this translation helpful? Give feedback.
-
After thinking about it a while, I did realize that this was a very special case. It would be nice if it did the "expected" thing though if possible. |
Beta Was this translation helpful? Give feedback.
-
There is now a cleaner way to do this arriving in 6.0 thanks to @jcrist in #5883. |
Beta Was this translation helpful? Give feedback.
-
This has been fully implemented. Inner joins with equality-predicates-only will not duplicate columns. |
Beta Was this translation helpful? Give feedback.
This has been fully implemented. Inner joins with equality-predicates-only will not duplicate columns.