On Thu, Feb 13, 2014 at 4:51 PM, Avocato <avocatom...@gmail.com> wrote:
> Hello all. Is there a query to list all redirects (of ns0) which exist in a
> specific wiki?

SELECT page_title FROM page WHERE page_namespace=0 AND page_is_redirect=1;

-- Legoktm

_______________________________________________
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Reply via email to