Fork of 'ContentTranslation' tagged articles [enwp] by TheresNoTime
This query is marked as a draft This query has been published by TheresNoTime.

SQL

AخA
 
SELECT distinct page.page_title, rev_timestamp
FROM revision 
JOIN change_tag ON ct_rev_id = rev_id
JOIN page ON page_id = rev_page
WHERE ct_tag = 'contenttranslation'
ORDER BY rev_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...