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
Xaosflux
.
Toggle Highlighting
SQL
USE enwiki_p; SELECT rc1.rc_timestamp, rc1.rc_user_text, rc1.rc_title, comment.comment_text FROM recentchanges AS rc1, comment WHERE ( (rc1.rc_namespace = 4) AND (rc1.rc_bot =1) AND (rc1.rc_comment_id = comment.comment_id) AND (comment.comment_text LIKE (LOWER('%double redirect%'))) AND (rc1.rc_timestamp > 20181201000000) ) ORDER BY rc1.rc_timestamp DESC LIMIT 500
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...