Fork of find files with {{own}} template by Jarekt
This query is marked as a draft This query has been published by Jarekt.

SQL

x
 
use commonswiki_p;
SELECT concat('M', page_id),  page_title,  rev_timestamp, rev_actor
FROM page
#join templatelinks on page_id = tl_from  and tl_namespace = 10  AND tl_title="Own"
#JOIN image ON img_name = page_title img_user_text,
JOIN revision ON rev_page = page_id 
join actor on rev_actor=actor_id and actor_name="JarektBot"
WHERE 
    page_namespace = 6
limit 20
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...