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
Zache
.
distinct users registered from other wikis
Toggle Highlighting
SQL
use commonswiki_p; SELECT user_name, log_type, log_action, log_timestamp FROM categorylinks, page, image, user, logging_userindex WHERE log_user=user_id AND user_id=img_user AND image.img_name=page_title AND cl_from=page_id AND cl_to = 'Images_from_Wiki_Loves_Monuments_2018_in_Finland' AND page_namespace=6 AND user_registration > 20180900175452 AND log_type='newusers' GROUP BY log_user, log_action, log_type;
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...