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
Nemo bis
.
Toggle Highlighting
SQL
SELECT r.rev_timestamp, r.rev_id, a.actor_name, c.comment_text FROM revision_userindex s JOIN revision r ON s.rev_id = r.rev_parent_id JOIN comment c ON r.rev_comment_id = c.comment_id JOIN actor_revision a ON a.actor_id = r.rev_actor JOIN page p ON s.rev_page = p.page_id AND p.page_namespace = 0 WHERE s.rev_actor = 5310 -- Nemo_bis AND r.rev_actor <> 5310 AND s.rev_timestamp > '20190701' AND r.rev_timestamp > '20190701' LIMIT 1000;
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...