Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Category code from CommanderWaterford
by
Novem Linguae
This query is marked as a draft
This query has been published
by
Novem Linguae
.
Credit to [[en:User:Cryptic]] for helping to debug this. Keep in mind: this query works on a replica database, so the data may be 2 weeks old. I guess this was more of a learning exercise than a practical one. Just use Wikipedia's native search if you need this data.
Toggle Highlighting
SQL
SELECT rc_title, rc_timestamp FROM recentchanges JOIN categorylinks ON cl_from = rc_cur_id WHERE rc_timestamp > DATE_FORMAT(DATE_ADD(NOW(), INTERVAL -2 DAY), "%Y%m%d%H%i%s") AND cl_to = 'All_articles_needing_additional_references' AND rc_new = 1 ORDER BY rc_title
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...