Fork of
Grants:Evaluation and subpages
by Harej (WMF)
This query is marked as a draft
This query has been published
by Harej (WMF).
SQL
AخA
use metawiki_p;
select CONCAT('Grants:', page_title) as pt from page
where page_namespace = 200
and (page_title = "Learning_patterns" or page_title like "Learning_patterns/%")
and page_is_redirect = 0
order by page_title;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.