paddyhoran commented on issue #3639:
URL: 
https://github.com/apache/arrow-datafusion/issues/3639#issuecomment-1260985098

   Ah so it's just my lack of SQL experience...  Looks like `select * from t2 
left join t1 on t2.aa = t1.a` is what I need.
   
   I was going off of `select * from x left join x y ON x.column_1 = 
y.column_2;` from 
[this](https://arrow.apache.org/datafusion/user-guide/sql/select.html#left-outer-join)
 example.
   
   Thanks very much.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to