sql
sql copied to clipboard
Multiple indexes
Are there plans to implement multi index join?(more than 2)
Could you please share some usecase. We are definitely considering it. Contributions are welcome too!
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
Related issue: #351
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!
Thank you!