SQL
AخA
USE arwiki_p;
SELECT CONCAT("تصنيف:",page_title) AS titl FROM page
WHERE
page_title REGEXP '.*_في_حسب.*'
or page_title REGEXP '\sفي$'
#or page_title like "%_أنتهت_%"
AND page_namespace = 14
GROUP BY page_title
#limit 1000
;
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.