MyCATApache/Mycat-Server

基于catlet的多表join怎么实现呢?

Aperta

#2674 aperta il 8 dic 2020

 (1 commento) (0 reazioni) (0 assegnatari)Java (3886 fork)batch import
help wanted

Metriche repository

Star
 (9451 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

我在mysql中能够实现三表join查询,但是在mycat中/*!mycat:catlet=io.mycat.catlets.ShareJoin */select * from (student s join student_info i on s.student_id=i.student_id) join class_info c on s.student_id = c.class_id;报空指针异常错误。

Guida contributor