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
Harej
.
From 2015-05-06, 16:45:00 to 2015-05-07, 16:45:00 (UTC)
Toggle Highlighting
SQL
select distinct recentchanges.rc_title,recentchanges.rc_comment,recentchanges.rc_timestamp,page.page_namespace from recentchanges join page on recentchanges.rc_namespace = page.page_namespace and recentchanges.rc_title = page.page_title join categorylinks on page.page_id=categorylinks.cl_from where rc_timestamp >= 20150506164500 and rc_timestamp < 20150507164500 # i.e. the past 24 hours, roughly and rc_comment like "% new section" and rc_deleted = 0 and cl_to like "%_military_history_articles" order by rc_timestamp 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...