help wanted
Metriche repository
- Star
- (9451 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
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;报空指针异常错误。