Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Nemo bis
.
Addendum a https://quarry.wmflabs.org/query/42160 per la sola Wikipedia in italiano.
Toggle Highlighting
SQL
SET @min = 1000; SET @max = 9999999; SELECT gu.gu_name AS Name FROM centralauth_p.globaluser gu WHERE gu.gu_locked = 0 AND ( gu.gu_name IN ( SELECT u.user_name FROM commonswiki_p.categorylinks cl JOIN commonswiki_p.page p ON cl.cl_to = 'User_it-N' AND p.page_id = cl.cl_from JOIN commonswiki_p.user u ON REPLACE(p.page_title, "_", " ") = u.user_name AND u.user_editcount >= @min AND u.user_editcount <= @max ) OR gu.gu_name IN ( SELECT u.user_name FROM wikidatawiki_p.categorylinks cl JOIN wikidatawiki_p.page p ON cl.cl_to = 'User_it-N' AND p.page_id = cl.cl_from JOIN wikidatawiki_p.user u ON REPLACE(p.page_title, "_", " ") = u.user_name AND u.user_editcount >= @min AND u.user_editcount <= @max ) OR gu.gu_name IN ( SELECT u.user_name FROM metawiki_p.categorylinks cl JOIN metawiki_p.page p ON cl.cl_to = 'User_it-N' AND p.page_id = cl.cl_from JOIN metawiki_p.user u ON REPLACE(p.page_title, "_", " ") = u.user_name AND u.user_editcount >= @min AND u.user_editcount <= @max ) OR gu.gu_name IN ( SELECT u.user_name FROM specieswiki_p.categorylinks cl JOIN specieswiki_p.page p ON cl.cl_to = 'User_it-N' AND p.page_id = cl.cl_from JOIN specieswiki_p.user u ON REPLACE(p.page_title, "_", " ") = u.user_name AND u.user_editcount >= @min AND u.user_editcount <= @max ) );
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...