Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
New users from Wiki Loves Monuments 2018 in Finland
by
Zache
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 sum(1) as c, img_name, user_name, el_to FROM categorylinks, page, image, user, externallinks WHERE user_id=img_user AND el_from=page_id 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 img_timestamp > 20180900175452 AND el_to LIKE '%kyppi.fi%' GROUP BY page_id ORDER BY c
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...