Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Local media files with no license for specific user
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
For files without backlink for specific user
Toggle Highlighting
SQL
set @dbname = 'tewiki'; select CONCAT("File:", img_name) as pagename from image join page ON page_namespace=6 AND page_title=img_name join revision ON rev_page = page_id AND rev_parent_id = 0 join actor ON actor_id=rev_actor where page_is_redirect=0 and actor_name="Batthini Vinay Kumar Goud" AND EXISTS( SELECT * FROM categorylinks WHERE page_id=cl_from AND (cl_to="Wikipedia_non-free_files_lacking_article_backlink" )) ORDER BY actor_name LIMIT 10000
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...