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

SQL

AخA
 
USE cswiki_p;
SELECT ts, id FROM (
  SELECT rev_timestamp AS ts, rev_id AS id FROM revision_userindex WHERE rev_user_text = 'Matěj Suchánek'
  UNION ALL
  SELECT ar_timestamp AS ts, ar_id AS id FROM archive_userindex WHERE ar_user_text = 'Matěj Suchánek'
) AS edits
ORDER BY ts LIMIT 100;
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...