Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Wikimedia Commons galleries edited in 2018
by
Jean-Frédéric
This query is marked as a draft
This query has been published
by
Hike395
.
Toggle Highlighting
SQL
use commonswiki_p; select count(*) from ( select page_title from page inner join revision on rev_page = page_id and rev_timestamp > '20190101000000' where page_namespace = 0 and page_is_redirect = 0 group by page_title ) a;
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...