Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
css/javascript Änderungen im Namespace mediaWiki nach Monat
by
Wurgl
This query is marked as a draft
This query has been published
by
Wurgl
.
Toggle Highlighting
SQL
USE dewiki_p; SELECT count(*), rev_user_text, page_content_model, CONCAT(SUBSTR(rev_timestamp, 1, 4), '-', SUBSTR(rev_timestamp, 5, 2)) as jahr_monat FROM revision, page WHERE rev_page = page_id AND page_content_model IN ("css", "javascript") AND page_title NOT LIKE CONCAT(REPLACE(rev_user_text, ' ', '_'), '/%') AND page_namespace = 2 /* BNR */ GROUP BY rev_user_text, page_content_model, jahr_monat ORDER BY jahr_monat DESC;
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...