"[图片] A=file(“A.txt”:“UTF-8”).cursor@tc (accountno:string) B=file(“B.txt”:“UTF-8”).cursor@tc (acc .."
A=file(“A.txt”:“UTF-8”).cursor@tc (accountno:string)B=file(“B.txt”:“UTF-8”).cursor@tc (accountno:string,name:string)=A.join@d(accountno,B:accountno,name)
如何实现筛选出 A 中不在 B 中存在的数据,筛选出的数据需要再加上 B 中的一列 name 字段?
join@d 不支持 x:f 参数 P.join(C:.,T:K,x:F,…;…;…),因为是过滤出 A 中不在 B 中的数据,B 中没有记录能对应上无法添加 B 的字段。
join@d 不支持 x:f 参数 P.join(C:.,T:K,x:F,…;…;…),因为是过滤出 A 中不在 B 中的数据,B 中没有记录能对应上无法添加 B 的字段。