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
EqJjgOa8rVvsRmZL
.
Toggle Highlighting
SQL
WITH rc_edits AS ( SELECT * FROM recentchanges_userindex JOIN actor_revision ON actor_id = rc_actor AND actor_name = 'NmWTfs85lXusaybq' JOIN page ON rc_cur_id = page_id AND page_namespace = 1 WHERE rc_timestamp > 20231022154900 AND rc_timestamp < 20231023031100 -- AND rc_namespace = 1 AND rc_this_oldid = page_latest AND rc_minor = 0 ) select page_title, GROUP_CONCAT(rc1.rc_title) as group_title from rc_edits rc1 where rc1.rc_cur_id in ( select rc2.rc_cur_id from rc_edits rc2 where rc2.rc_title != 'Talk_pages_with_comments_before_the_first_section' group by rc2.rc_cur_id having count(rc2.rc_id) > 1 ) group by rc1.rc_cur_id having group_title not rlike '(WikiProject|Past_proposed|-importance|-Class|copied_template|paid_contributions)' /* select actor_name, rc_title from recentchanges_userindex join actor_revision on actor_id = rc_actor where rc_namespace = 1 and rc_this_oldid in ( SELECT page_latest FROM recentchanges_userindex JOIN actor_revision ON actor_id = rc_actor AND actor_name = 'NmWTfs85lXusaybq' JOIN page ON rc_cur_id = page_id AND page_namespace = 1 WHERE rc_namespace = 1 AND rc_timestamp > 20231022154900 AND rc_timestamp < 20231023031100 AND rc_this_oldid != page_latest AND rc_minor = 0 ) */ /* SELECT page_title, page_latest FROM recentchanges_userindex JOIN actor_revision ON actor_id = rc_actor AND actor_name = 'NmWTfs85lXusaybq' JOIN page ON rc_cur_id = page_id AND page_namespace = 1 WHERE rc_namespace = 1 AND rc_timestamp > 20231023033300 AND rc_this_oldid = page_latest AND rc_minor = 0 -- GROUP BY rc_cur_id -- HAVING COUNT(rc_id) = 1 */
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...