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
Edgars2007
.
Toggle Highlighting
SQL
use lvwiki_p; select left(rev_timestamp,8) as Diena, count(left(rev_timestamp,8)) as Raksti/*rev_timestamp, orig.page_title*/ from revision join page orig on orig.page_id=rev_page and orig.page_is_redirect=0 and orig.page_namespace=0 where rev_parent_id=0 and orig.page_title in (select p.page_title from templatelinks pl join page p on pl.tl_from_namespace=p.page_namespace and p.page_id=pl.tl_from where pl.tl_from_namespace=1 and pl.tl_title="CEE_Spring_2018") GROUP BY left(rev_timestamp,8);
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...