SQL
x
# 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 * FROM revision WHERE actor_ID = 278 INNER JOIN "comment" ON rev_comment_id = comment_id
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.