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
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
Describe the bug
If I have two csv files and trying to join both, it's not working.
To Reproduce
Run a sql like below
%csv select cust_name, city from cust.csv as a join geo.csv as b on a.cust_id = b.cust_id
Expected behavior
The sql should join both the table and give cust_id and city info in a table.
Screenshots
Potential fix
The text was updated successfully, but these errors were encountered: