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 Aug 2, 2022. It is now read-only.
Could you please share some usecase. We are definitely considering it. Contributions are welcome too!
ex.
select t0.,t1.,t2.* from t0
left join t1 on t0.a_id=t1.id
left join t2 on t0.b_id=t2.id
throw RuntimeException:currently supports only 2 tables join
Thanks for your request! Yes we do have plans to support multi table join, it should be available soon. Will keep you updated when this feature is supported!
Are there plans to implement multi index join?(more than 2)
The text was updated successfully, but these errors were encountered: