Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Rpi153
.
Toggle Highlighting
SQL
SELECT CONCAT('* [[', REPLACE(page_title, '_', ' '), ']]') FROM revision rev LEFT JOIN revision parent ON rev.rev_parent_id = parent.rev_id INNER JOIN page p ON rev.rev_page = p.page_id WHERE p.page_namespace = 0 AND p.page_is_redirect = 0 AND p.page_title NOT LIKE '%(egyértelműsítő_lap)' AND parent.rev_id != 0 GROUP BY rev.rev_page HAVING COUNT(rev.rev_actor) < 20 AND SUM(rev.rev_len - COALESCE(parent.rev_len, 0)) BETWEEN -200 AND 200 ORDER BY rev.rev_timestamp LIMIT 5000;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...