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
Whym
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT /* SLOW_OK */ rev_timestamp, actor_name, page_title, rev_parent_id FROM revision JOIN comment ON rev_comment_id = comment_id JOIN actor ON rev_actor = actor_id JOIN page ON rev_page = page_id JOIN user ON actor_user = user_id LEFT JOIN user_groups ON user_id = ug_user WHERE ((22 IN (SELECT ct_tag_id FROM change_tag WHERE ct_rev_id = rev_id) /* ="Android app edit" */ AND 434 NOT IN (SELECT ct_tag_id FROM change_tag WHERE ct_rev_id = rev_id)) /* ="Suggested Edits edit */ OR comment_text LIKE "%%Via Commons Mobile App%%" OR comment_text LIKE "%%using Android Commons%%" OR comment_text LIKE "%%COM:MOA%%") AND rev_timestamp >= "20200210" AND rev_timestamp < "2020021012" ORDER BY rev_timestamp DESC;
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...