Fork of
all signpost articles without redirects(?)
by JPxG
This query is marked as a draft
This query has been published
by JPxG.
SQL
AخA
SELECT page_title AS title, page_len AS length FROM page
WHERE page_namespace = "5"
AND page_title LIKE "Wikipedia_Signpost%"
# All arbitration reports
#AND page_title LIKE "Wikipedia_Signpost%rbitratio%"
# AND page_is_redirect = 0
ORDER BY page_title ASC;
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.