Fork of
অনুপস্থিত ও অন্তর্ভুক্ত
by Mahir256
This query is marked as a draft
This query has been published
by Bodhisattwa.
SQL
AخA
select concat("পাতা:", b.tl_title)
from page a
join templatelinks b
on b.tl_from = a.page_id
where a.page_namespace = 0
and b.tl_namespace=104
and b.tl_title not in (
select page_title
from page
where page_namespace = 104
);
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.