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
.
Toggle Highlighting
SQL
use fiwiki_p; select floor(r1.rev_timestamp/10000000000) as d, count(distinct(p1.page_title)) as edited_page_count, count(distinct(actor_user)) as editor_count from page as p1, categorylinks as cl, revision as r1, actor as a1 where r1.rev_page=p1.page_id and r1.rev_actor=a1.actor_id and p1.page_namespace=0 and p1.page_id=cl.cl_from and cl.cl_to='Luettelot_Suomen_julkisista_taideteoksista_ja_muistomerkeistä' group by d
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...