select * from 表  a
where not exists(select 1 from 表 where 收款号 = a.收款号 and 贷方金额 = a.借方金额)