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
Nmine13
.
Toggle Highlighting
SQL
USE enwiki_p; select distinct rc_title from recentchanges #where page_touched where rc_timestamp > 20220510112717 and rc_type in (0,1,6) and rc_title <= 'B' order by rc_title ASC # limit 10000 /* with distinct_page_titles as ( ), pages as ( select page_title, page_id from distinct_page_titles join page on rc_title = page_title ) select select page_title, page_id, categorylinks.cl_to as category_title from page left join categorylinks on categorylinks.cl_from = page.page_id limit 1 */
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...