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
EpochFail
.
Toggle Highlighting
SQL
USE metawiki_p; SELECT page.page_namespace, page.page_title, GREATEST(page.page_latest, talk_page.page_latest) AS last_activity FROM page INNER JOIN categorylinks ON cl_from = page_id LEFT JOIN page AS talk_page ON talk_page.page_namespace = 203 AND talk_page.page_title = page.page_title WHERE cl_to = "Active_research_projects" AND ORDER BY last_activity DESC LIMIT 10;
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...