Merlijn, Thanks a lot! I begin to process them. Query requests are not done too fast in huwiki, but I store the query for later use.
2012/3/16 Merlijn van Deen valhallasw@arctus.nl
The query is: select count(*) from page left join image on page_title=img_name where page_namespace=6 and page_is_redirect=0 and img_name is null;
It should be better
select page_title
as it stands above the first list, shouldn't it?