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
Fl.schmitt
.
Toggle Highlighting
SQL
SELECT r.rc_timestamp, r.rc_actor, a.actor_name, r.rc_namespace as page_namespace, r.rc_title as page_title, r.rc_cur_id, c.cl_from FROM recentchanges r LEFT JOIN actor_recentchanges a on r.rc_actor = a.actor_id RIGHT JOIN categorylinks c on r.rc_cur_id = c.cl_from WHERE rc_new=1 AND rc_namespace = 14 # AND left(rc_timestamp, 8) = CURDATE() - 3 AND c.cl_from = NULL ORDER BY rc_timestamp
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...