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

--- Comment #3 from Bugzilla Bug Importer (valhallasw) 
<wmf.bugconver...@gmail.com> ---
-------------------------------------------------------------------------------
From: Dan Collins <en.wp.s...@gmail.com>
Date: Sun, 28 Oct 2007 13:06:39
-------------------------------------------------------------------------------

select page_title from page, image where page_namespace = 6 and
page_title=img_name and page_id not in (select tl_from from templatelinks);

select img_name from image where img_name not in (select page_title from page
where page_namespace = 6 );

and results are at [[commons:User:ST47/NT]]

-- 
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