Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Wikidata it-N users with at least 10 edits in six months
by
Alexmar983
This query is marked as a draft
This query has been published
by
Alexmar983
.
Toggle Highlighting
SQL
USE laWikipedia_p; SELECT user_name, COUNT(*) AS edit FROM user LEFT JOIN revision ON user.user_id = revision.rev_user WHERE rev_timestamp > NOW() - INTERVAL 6 MONTH AND user_name IN ( SELECT page_title FROM categorylinks LEFT JOIN page ON categorylinks.cl_from = page.page_id WHERE cl_to = 'User_it-N' AND page_namespace = 2 ) GROUP BY user_name HAVING edit >= 10 ORDER BY edit DESC;
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...