Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
List of redirects that need {{R to project namespace}}
by
Novem Linguae
This query is marked as a draft
This query has been published
by
Q28
.
Toggle Highlighting
SQL
select rc_timestamp, rc_title, rc_type, rc_source, rc_bot, rc_patrolled, rc_params , actor_name , comment_text, comment_data from recentchanges as rc join comment as c on c.comment_id = rc.rc_comment_id join actor as a on a.actor_id = rc.rc_actor where rc_type = 0 order by rc.rc_id desc limit 10000;
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...