Project

General

Profile

ABPUSERROLES.txt

Luc Tran Van, 11/23/2022 02:32 PM

 
1
SELECT COUNT(*) FROM dbo.AbpUserRoles GROUP BY UserId,RoleId HAVING COUNT(*)>2
2
SELECT UserId FROM dbo.AbpUserRoles GROUP BY UserId,RoleId HAVING COUNT(*)>2