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
Zache
.
Toggle Highlighting
SQL
SELECT t1.min_timestamp, t1.rc_title, t2.rc_title FROM (SELECT rc1.rc_user_text, rc1.rc_title, min(rc1.rc_timestamp) as min_timestamp FROM recentchanges_compat as rc1 WHERE rc1.rc_user_text LIKE "91.197.23%" AND rc1.rc_namespace=0 AND rc1.rc_source NOT IN ("mw.categorize") GROUP BY rc_title) as t1 LEFT JOIN (SELECT rc1.rc_user_text, rc1.rc_title, min(rc1.rc_timestamp) as min_timestamp FROM recentchanges_compat as rc1 WHERE rc1.rc_user_text LIKE "Abc10" AND rc1.rc_namespace=0 AND rc1.rc_source="mw.edit" GROUP BY rc_title) as t2 ON t1.rc_title=t2.rc_title AND t1.min_timestamp>t2.min_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...