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
Valerio Bozzolan
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT COUNT(*) count, DATE( ( SELECT rev_timestamp FROM revision r WHERE rev_page = page_ID ORDER BY rev_timestamp ASC LIMIT 1 ) ) as creation_date FROM page p JOIN categorylinks cl ON (page_id = cl_from) WHERE cl_to = 'Images_from_Wiki_Loves_Earth_2019_in_Italy' AND page_namespace = 6 GROUP BY creation_date ORDER BY creation_date ASC LIMIT 100;
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...