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 DISTINCT page_namespace, page_title, ((UNIX_TIMESTAMP()-UNIX_TIMESTAMP(STR_TO_DATE(rev_timestamp,'%Y%m%d%H%i%s')))/86400) AS days FROM category, categorylinks, page, revision WHERE cat_title REGEXP '^Wikipedia:Nog_te_categoriseren_sinds_' AND cl_to=cat_title AND cl_from=page_id AND page_namespace=0 AND rev_parent_id=0 AND rev_page=cl_from HAVING days>14 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...