明细合计与余额不匹配的数据select id,uname,rmb from users a,(select uid,sum(eje) as zjg from event GROUP BY uid) b where a.id=b.uid and rmb<>zjg
扫一扫,添加 heiyu100 (可点击复制)