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
MarioGom
.
Toggle Highlighting
SQL
SELECT DISTINCT actor_name -- rc_timestamp, actor_name, rc_title, comment_text FROM recentchanges_userindex AS recentchanges INNER JOIN actor_recentchanges AS actor ON recentchanges.rc_actor = actor.actor_id INNER JOIN comment ON recentchanges.rc_comment_id = comment.comment_id WHERE TRUE AND rc_namespace = 0 AND rc_new = 0 AND rc_bot = 0 AND ( FALSE OR rc_title LIKE '%Qatar%' OR rc_title LIKE '%United_Arab_Emirates%' OR rc_title LIKE '%Egypt%' OR rc_title LIKE '%Saudi_Arabia%' OR rc_title LIKE '%Jamal_Khashoggi%' ) AND rc_title NOT LIKE '%Ancient_Egypt%' AND rc_new_len - rc_old_len >= 100 AND actor_name NOT IN ('Jo Jc Jo', 'Toddy1', 'The Anome', 'Materialscientist', 'Mccapra', 'Sakiv') LIMIT 5000
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...