A表的全部要先取出来,1,3,6,7,在B表中还有4,5,则还需要把4,5,取出啦
怎么设置
不用join,因为A表需要计算关联其他的数据集得到1,3,6,7
直接放在两个单元格,然后B表设置不包含于A表该字段
直接在数据集中用full join 关联即可!
参考:
select * from a full join b on a.id = b.id
select * from a union select * from b
用自带关联数据集,
关联数据集-https://help.fanruan.com/finereport/doc-view-125.html
这样就不是sql语句join,是帆软自带数据集jion,需要去除重复,就UNIQUEARRAY()函数