问题:
select ID ,COUNT(ID ) from 表 group by ID having count(ID )>=1
转换Linq
是想查询数据表中重复出现的数据总数
linq也可以用count
问老师 发什么问答