Fork of
Untitled query #21834
by Estopedist1
This query is marked as a draft
This query has been published
by Estopedist1.
SQL
x
USE fiu-vrowiki_p;
#SELECT CONCAT ('# [[:Kategorii:',page_title,']]')
SELECT page_title
FROM page
#INNER JOIN categorylinks AS cl ON page_id = cl_from WHERE cl_to != "Znamoičendad"
WHERE page_namespace = 0
AND page_is_redirect = 0
AND page_id NOT IN (
SELECT ll_from FROM langlinks AS ll WHERE ll_lang = "et")
GROUP BY page_title
ORDER BY page_title ASC
LIMIT 4000;
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.