Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Malayalam Wikipedia Articles without images
by
Gnoeee
This query is marked as a draft
This query has been published
by
Gnoeee
.
Toggle Highlighting
SQL
SELECT a.page_title AS article_title, GROUP_CONCAT(i.il_to SEPARATOR ', ') AS image_links, u.user_name AS added_by_user FROM page a JOIN imagelinks i ON a.page_id = i.il_from JOIN categorylinks c ON a.page_id = c.cl_from LEFT JOIN templatelinks t ON i.il_to = t.tl_from LEFT JOIN imagelinks ti ON t.tl_from = ti.il_from LEFT JOIN image img ON i.il_to = img.img_name LEFT JOIN user u ON img.img_user = u.user_id WHERE a.page_namespace = 0 AND c.cl_to = 'Critically_endangered_plants' AND ti.il_to IS NULL GROUP BY a.page_title, u.user_name;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...