MyCATApache/Mycat-Server

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

オープン

#2,674 opened on 2020/12/08

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Java (3,886 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (9,451 個のスター)
PR merge metrics
 (PR metrics pending)

説明

我在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;报空指针异常错误。

コントリビューターガイド