Results 3 comments of xinner

var data = (from d in db.Set() join u in db.Set() on d.Id equals u.DeptId into usersMap select new { Deptname = d.Name, count = usersMap.Count(), d.Code }).ToArray(); 就是这种简单的into 不支持

![image](https://github.com/dotnetcore/EntityFrameworkCore.KingbaseES/assets/12679953/14c3c4cd-6284-44bc-9979-3c5d330eee56)