SQL
AخA
SELECT
SUM(cat_pages - cat_subcats - cat_files) AS total_entries
FROM page
INNER JOIN categorylinks ON cl_from = page_id
INNER JOIN category ON cat_title = page_title
WHERE
cl_to = 'Indeks_słów_wg_języków'
AND page_namespace = 14;
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.