This query is marked as a draft This query has been published by Elph.

SQL

x
 
USE arwiki_p;
  SELECT DISTINCT rev_user_text,rev_timestamp where rev_user_text is in 
  (select pl_title from pagelinks where pl_from = 3220948)
FROM revision
GROUP BY rev_timestamp DESC LIMIT 10;
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...