摘要:
1、查找表中多余的重复记录 select * from 表 a where (a.Id,a.seq) in(select Id,seq from 表 group by Id,seq having count(*) > 1) --a.Id+a.seq唯一 select * from bi_networ 阅读全文
posted @ 2018-08-02 11:58
为梦+餐
阅读(476)
评论(0)
推荐(0)
浙公网安备 33010602011771号