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
מקף
.
Toggle Highlighting
SQL
WITH templatelinks_from_fair_use (fu_page) AS ( SELECT DISTINCT(tl_from) FROM templatelinks JOIN page ON page_id = tl_target_id WHERE lt_title = "תבנית:שימוש הוגן" ) SELECT DISTINCT(il_to) FROM imagelinks JOIN templatelinks_from_fair_use ON il_to = tl_from WHERE il_from_namespace = 0 AND il_to NOT IN ( SELECT DISTINCT(il_to) FROM imagelinks WHERE il_from_namespace = 0 )-- AND tl_title = 'שימוש הוגן'
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...