SQL
AخA
SELECT
page_id,
page_title
FROM page
JOIN user
ON page_title = REPLACE(user_name, ' ', '_')
WHERE page_namespace = 3
AND page_len < 100
AND user_editcount < 10
LIMIT 200;
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.