https://bugzilla.wikimedia.org/show_bug.cgi?id=39817
Kunal Mehta (Legoktm) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Kunal Mehta (Legoktm) <[email protected]> --- Note to self, query to get users who only exist on one wiki and don't have a global account: SELECT ln_name FROM localnames LEFT JOIN globaluser ON gu_name=ln_name WHERE gu_id IS NULL GROUP BY ln_name HAVING count(ln_name)=1 LIMIT 10; -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
