摘要: select * from tablename where id in ( select id from tablename group by id having count(id) > 1 ) 阅读全文
posted @ 2015-02-04 11:48 jiayongchao 阅读(307) 评论(0) 推荐(0) 编辑