Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
logging
by
Xiplus
This query is marked as a draft
This query has been published
by
Xiplus
.
Toggle Highlighting
SQL
USE betawikiversity_p; SELECT cat1.cl_from, cat1.cl_to, page.page_title, page.page_namespace FROM (SELECT * FROM categorylinks WHERE cl_to = 'ZH') cat1 LEFT JOIN (SELECT * FROM categorylinks WHERE cl_to = 'Now_in_zh.wikiversity.org_project') cat2 ON cat1.cl_from = cat2.cl_from LEFT JOIN page ON cat1.cl_from = page.page_id WHERE cat2.cl_to IS NULL
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...