SQL
AخA
USE fawiki_p;
SELECT page_namespace,
page_title
FROM categorylinks
LEFT JOIN page ON page_id = cl_from
WHERE cl_to = 'استفاده_از_دیگرکاربردها_در_صفحه_ابهام•زدایی•شده'
AND (
page_title LIKE "۰%"
OR page_title LIKE "۱%"
OR page_title LIKE "۲%"
OR page_title LIKE "۳%"
OR page_title LIKE "۴%"
OR page_title LIKE "۵%"
OR page_title LIKE "۶%"
OR 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.