SQL
x
USE enwiki_p;
set @contenttranslation_needcheck_tag_id = ( select ctd_id from change_tag_def where ctd_name = 'contenttranslation-needcheck' );
select *
from
change_tag
join change_tag_def on ct_tag_id=ctd_id
where
ct_tag_id in ( @contenttranslation_needcheck_tag_id )
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.