Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Uncategorized commons files of specific uploader
by
XXN
This query is marked as a draft
This query has been published
by
XXN
.
Toggle Highlighting
SQL
use commonswiki_p; SELECT image.img_name FROM image, page as p1, categorylinks, page_props, page as p2 WHERE p1.page_id=categorylinks.cl_from and img_user_text = "XXN" AND image.img_name = p1.page_title # AND categorylinks.cl_to like "Media_needing_categories%" and categorylinks.cl_to = p2.page_title and p2.page_id = pp_page and pp_propname = 'hiddencat' where p1.page_namespace = 6 GROUP BY image.img_name having count(cl_from)-count(pp_propname) = 0;
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...