Hello all. Is there a query to list all redirects (of ns0) which exist in a specific wiki?
On Thu, Feb 13, 2014 at 4:51 PM, Avocato avocatomail@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
Thanks, Legoktm. I'll try it.
2014-02-14 4:06 GMT+02:00 legoktm legoktm.wikipedia@gmail.com:
On Thu, Feb 13, 2014 at 4:51 PM, Avocato avocatomail@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
toolserver-l@lists.wikimedia.org