Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
~aanzx
.
Toggle Highlighting
SQL
SELECT CONCAT("# [[:File:", img_name, "]]") AS file, CONCAT("[[User:", actor_name, "]]") as uploader, WHERE actor_name = "Pavanaja"; FROM imageJOIN page ON page_namespace = 6AND page_title = img_nameJOIN actor_image ON img_actor = actor_idJOIN categorylinks ON cl_from = page_idAND cl_type = "file"AND cl_to = ".pdf" # ENTER THE CATEGORY HEREAND page_is_redirect=0 GROUP BY img_name ASC
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...