今天我就想到了为什么不把金额差,数量差作为两个条件共同查询,然后我发现数量反倒增加了很多,然后就调两个值的取值,到最接近328的结果
select xgnc.xf_id,xgnc.cnum,xc.profit from xgnc join xc on xc.xf_id=xgnc.xf_id where (xgnc.cnum>900 or xgnc.cnum<-900 )and ( xc.profit> 8000000 or xc.profit < -8000000);