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
sql-sop 0.6.1
W019 count-distinct-unbounded — warns on COUNT(DISTINCT col) without
WHERE / GROUP BY / LIMIT / TOP / FETCH NEXT scope. Forces a full sort
+ distinct pass on big tables. Contributed by @mvanhorn (PR #29).