You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK. How would you refer to the tables? (the issue is innerjoin/outerjoin which allow for passing multiple tables, but maybe saying left/right table is enough to cover most common cases?)
The good thing is that "left" essentially means 1st, and "right" means 2nd or later, so the message is correct.
The implementation of a multi-argument case is recursive, and we would need to redesign the implementation to handle it. I was not sure it was worth doing it (as probably in practice 2-argument case is most common).
When this error comes up
it would be helpful to report which columns (in which tables) are the problem.
The text was updated successfully, but these errors were encountered: