Fork of
fawiki featured pictures list
by Ahmad252
This query is marked as a draft
This query has been published
by Ahmad252.
SQL
AخA
use fawiki_p;
select distinct il_to
from imagelinks
join page
on il_from=page_id
join templatelinks
on tl_from = page_id
where page_title like '%گزیدن_نگاره_برگزیده%'
and il_from_namespace = 4
and page_namespace = 4
and tl_from_namespace = 4
and tl_namespace = 10
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.
All SQL code is licensed under CC0 License.