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
.
Nomi utente esistenti sia in Commons sia in Wikipedia in italiano, con un certo numero di contributi in entrambi e almeno un contributo recente in Commons
Toggle Highlighting
SQL
USE commonswiki_p; SET @l = ( SELECT GROUP_CONCAT(user_name) FROM user WHERE user_editcount > 100 ); USE itwiki_p; SELECT user_name, user_editcount FROM user WHERE user_editcount > 100 AND FIND_IN_SET(user_name, @l) ORDER BY user_editcount 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...