03 2017 档案

摘要:查询A表中id的值相同的数据 select * from A a where exists (select id from A where id=a.id group by id having count(*)>1) ORDER BY id 阅读全文
posted @ 2017-03-16 15:22 名尚 阅读(1767) 评论(0) 推荐(0)