https://bugzilla.wikimedia.org/show_bug.cgi?id=59332

--- Comment #3 from Bugzilla Bug Importer (valhallasw) 
<wmf.bugconver...@gmail.com> ---
-------------------------------------------------------------------------------
From: mauro742 <mauro...@gmail.com>
Date: Tue, 10 Nov 2009 19:39:21
-------------------------------------------------------------------------------

I didn't understand your request. Here the result:

http://toolserver.org/~mauro742/DBQ/DBQ-78.txt

Query:

select concat("Creator:",page_title), count(*) as tot  
from page join categorylinks on page_id = cl_from  
join templatelinks on page_title = tl_title and page_namespace = tl_namespace  
where cl_to='Creator_templates'  
and tl_namespace = 100  
group by page_id  
order by tot desc, page_title;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to