测试
摘要: select * from [表A] where id in (select id from [表A] group by id having count(id) >1 ) 阅读全文
posted @ 2017-11-23 15:11 C#的麦香园 阅读(181) 评论(0) 推荐(0)
测试