Fork of
Untitled query #24095
by ShakespeareFan00
This query is marked as a draft
This query has been published
by ShakespeareFan00.
SQL
x
USE specieswiki_p;
SELECT DISTINCT
p1.page_title as title,
r1.rev_timestamp as timestamp
FROM page p1
INNER JOIN revision_userindex r1 ON r1.rev_page = p1.page_id
INNER JOIN templatelinks t ON t.tl_from = p1.page_id AND t.tl_namespace = 10 AND t.tl_title='GRIN'
WHERE t.tl_from IS NOT NULL
AND r1.rev_user_text IN ( 'ShakespeareFan00', 'Sfan00_IMG')
ORDER BY p1.page_latest
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.
Query status: complete
Executed on Sat, 13 Jan 2018 11:37:04 UTC.