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
Jmorgan (WMF)
.
https://www.mediawiki.org/wiki/Category:User_testing. Includes the month and year the page was created, and who created it.
Toggle Highlighting
SQL
SELECT page_title, rev_user_text, EXTRACT(YEAR FROM DATE_FORMAT(rev_timestamp,'%Y%m%d%H%i%s')) AS `year`, EXTRACT(MONTH FROM DATE_FORMAT(rev_timestamp,'%Y%m%d%H%i%s')) AS `month`, rev_comment FROM mediawikiwiki_p.page AS p JOIN mediawikiwiki_p.categorylinks AS cl ON p.page_id = cl.cl_from JOIN mediawikiwiki_p.revision AS r ON p.page_id = r.rev_page WHERE cl.cl_to IN ("User_testing") AND cl.cl_type = "page" AND p.page_namespace in (0, 1) AND r.rev_parent_id = 0;
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...