Hello every one Please let me know how to Implement select query in claims table. My claims table this type
Id UserId ClaimType ClaimValue
1 2 ABC 1
2 3 XYZ 2
Now how to get record based on ClaimType XYZ. I have try this query but not working
select * from Auth.AspNetUserClaims where ClaimType.XYZ='2'
Amit MohantyPosted May 4, 2022, 6:09 AM
RohanPosted May 4, 2022, 7:57 AM
Murali PPosted May 3, 2022, 11:58 AM
RohanPosted May 3, 2022, 7:42 AM
RohanPosted May 3, 2022, 7:33 AM
SELECT * FROM Auth.Claims WHERE ClaimType.TrialStatus='active' - This query not working
Uttam KumarPosted May 3, 2022, 7:16 AM
Try this query