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)
.
Toggle Highlighting
SQL
SELECT page_title, rev_user_text, rev_timestamp, rev_comment FROM metawiki_p.page AS p JOIN metawiki_p.categorylinks AS cl ON p.page_id = cl.cl_from JOIN metawiki_p.revision AS r ON p.page_id = r.rev_page WHERE cl.cl_to IN ("Learning_patterns") AND cl.cl_type = "page" AND p.page_namespace = 200 AND p.page_title LIKE "Learning_patterns/%" AND (r.rev_comment LIKE "%endorse%" OR r.rev_comment LIKE "%Endorse%");
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...