Luc Tran Van, 11/23/2022 02:32 PM
SELECT COUNT(*) FROM dbo.AbpUserRoles GROUP BY UserId,RoleId HAVING COUNT(*)>2
SELECT UserId FROM dbo.AbpUserRoles GROUP BY UserId,RoleId HAVING COUNT(*)>2