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

SQL

AخA
 
Use zhwiki_p;select ct_tag,ct_rev_id,rev_comment,page_title,page_namespace from change_tag, revision, page where ct_tag='contenttranslation' and ct_rev_id=rev_id and rev_page=page_id and rev_timestamp>'20180308000000' limit 5000;
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...