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
Bdijkstra
.
Articles that need to be categorized, by page age.
Toggle Highlighting
SQL
USE nlwiki_p; SELECT cat_title FROM category WHERE cat_title REGEXP '^Wikipedia:Nog_te_categoriseren_sinds_';/* SELECT page_namespace, page_title, rev_timestamp FROM categorylinks, page, revision WHERE page_namespace=0 AND cl_to REGEXP '^Wikipedia:Nog_te_categoriseren_sinds_' AND cl_from=page_id AND rev_parent_id=0 AND rev_page=cl_from ORDER BY rev_timestamp ASC LIMIT 50*/
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...