You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a (sub)query results in 0 or 1 elements (First(), Last(), FirstOrDefault(), LastOrDefault(), Take(0/1), ...), DISTINCT has no effect and can be removed.
When a (sub)query results in 0 or 1 elements (
First(),Last(),FirstOrDefault(),LastOrDefault(),Take(0/1), ...), DISTINCT has no effect and can be removed.Conceptually this is a continuation of #31016