SELECT *fromy_commission_order yc JOIN y_item_order yt ON yc.id=yt.commission_order_idJOIN ba_item bt ON bt.id=yt.Item_idwhere bt.name='A'在BIrt 中单表 查询的数据可以正常查询出来 但是我 多个表 关联一起来查询就是不可以的 我在java中直接运行 这个sql 是对的
但一到 birt 中就不行
https://zhidao.baidu.com/question/618728974224945252.html