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
Mdaniels5757
.
Toggle Highlighting
SQL
# Pseudocode SELECT * from contribs WHERE actor = "A1Cafel" AND "Meetings at the Estonian Foreign Ministry" in summary # SELECT * FROM actor WHERE actor_name = "A1Cafel" # actor_id = 278; actor_user = 3726108 SELECT CONCAT("File:", page_title) FROM revision INNER JOIN comment_revision ON comment_id = rev_comment_id INNER JOIN page ON rev_page = page_id WHERE rev_actor = 278 AND rev_timestamp > 20221200000000 AND comment_text LIKE "Removing from [[Category:Meetings at the Estonian Foreign Ministry]]";
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...