SQL
AخA
SET STATEMENT max_statement_time = 120 FOR
USE wuuwiki_p;
SELECT
page_title, page_random
FROM page
WHERE page_namespace = 0
AND NOT page_is_redirect
AND page_id NOT IN (
SELECT DISTINCT pp_page AS page_id
FROM page_props
WHERE pp_propname = 'wikibase_item'
)
ORDER BY page_random
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.