This query is marked as a draft This query has been published by Kekavigi.

SQL

x
 
SELECT
    page_title AS title,
    page_namespace AS ns
FROM page
INNER JOIN categorylinks AS cl
ON cl.cl_from = page.page_id
WHERE cl.cl_to IN (
    'Artikel_matematika_kelas_templat',
    'Artikel_matematika_kelas_proyek',
    'Artikel_matematika_kelas_portal',
    'Artikel_matematika_kelas_berkas',
    'Artikel_matematika_kelas_kategori'
)
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.

Checking query status...