SQL
AخA
use metawiki_p;
select CONCAT('Grants:', page_title) as pt from page
where page_namespace = 200
and (page_title = "Evaluation" or page_title like "Evaluation/%")
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.