Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Lopullinen
.
依據討論頁專題模板,由新至舊列出中文維基百科電子遊戲專題頁面。
Toggle Highlighting
SQL
USE zhwiki_p; SELECT page.id AS id, page_namespace - 1 AS namespace, page_title AS title, page_is_redirect as is_redirect, page_is_new as is_new, page_len as len, CONCAT( '[[', IF(page.page_namespace = 1, '', ':'), '{{subst:ns:', page.page_namespace - 1, '}}:', page.page_title, "]]" ) AS pagelink FROM page JOIN categorylinks ON cl_from = page_id AND cl_type = 'page' WHERE cl_to = "电子游戏条目" Limit 20;
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...