This query is marked as a draft This query has been published by Matěj Suchánek.

SQL

AخA
 
USE wikidatawiki_p;
SELECT rc_title, rc_timestamp, rc_this_oldid, rc_source, rc_user_text, comment_text
FROM revision_userindex
JOIN page ON page_id = rev_page
JOIN recentchanges ON rc_cur_id = page_id
JOIN comment ON comment_id = rc_comment_id
WHERE rev_user_text = 'MatSuBot'
AND rev_parent_id = 0
AND page_namespace = 0
AND rc_user_text <> 'MatSuBot'
ORDER BY rc_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.
All SQL code is licensed under CC0 License.

Checking query status...