SQL
x
use arwiki_p;
SELECT
page_title
FROM revision
JOIN page
ON page_id = rev_page
where page_namespace = 0;
GROUP BY page_title
LIMIT 100;
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.