A表:
B表:
预期结果得出:
sql的话,就not in
bi的话,可以做左右合并,或者表关联,对应字段有数据就过滤掉
select * from A where 账号 NOT in(select 账号 from b)
BI可以进行模糊查询
文本字段模糊查询- FineBI帮助文档 FineBI帮助文档 https://help.fanruan.com/finebi/doc-view-1485.html?source=4