摘要: select * from new_doc_collection where title in (select title from new_doc_collection group by title having count(title) > 1) and id in (select min(id 阅读全文
posted @ 2016-11-17 10:45 WangLC 阅读(150) 评论(0) 推荐(0)