SQL
x
use fawiki_p;
select page_title
from page
left join redirect
on rd_from = page_id
inner join categorylinks cl
on page_id = cl.cl_from
where page_namespace = 14
and rd_from is Null
and cl.cl_to = 'شهرهای_تگزاس'
and page_title like '%،%'
and not (
page_title like '%،%،%'
or page_title like '%،%(%'
or page_title like '%(%،%'
);
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.
Query status: complete
Executed in 0.18 seconds as of Sun, 06 Oct 2024 12:33:10 UTC.