SQL
AخA
use fawiki_p;
select page_title
from categorylinks
inner join page
on page_id = cl_from
where cl_to = "مقاله•های_برگزیده"
and page_namespace = 0
and page_is_redirect = 0
and cl_from not in (select pp_page from page_props where pp_propname like "wikibase-badge%" and pp_page = cl_from);
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.