Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Missing Commons creator templates on Wikidata
by
Jarekt
This query is marked as a draft
This query has been published
by
Jarekt
.
Get a table of quickstatements commands (ready to copy and paste) for adding images (P18) to wikidata items missing them.
Toggle Highlighting
SQL
use commonswiki_p; SELECT iwl_title, 'P18', CONCAT("\"", REPLACE(page_title, "_", " "), "\"") FROM categorylinks JOIN page ON cl_from=page_id AND page_namespace=6 AND page_is_redirect=0 JOIN iwlinks ON cl_from=iwl_from AND page_id=cl_from AND iwl_prefix='wikidata' AND iwl_title LIKE 'Q%' WHERE cl_to='Artworks_with_Wikidata_item_missing_image' AND cl_type='page' LIMIT 500;
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...