SQL
AخA
SELECT
COUNT(DISTINCT u.user_id) AS total_content_translation_users
FROM
user u
JOIN
change_tag ct ON ct.ct_actor = u.user_id
JOIN
change_tag_def ctd ON ct.ct_tag_id = ctd.ctd_id
WHERE
ctd.ctd_name = 'contenttranslation'
AND u.user_registration >= '2015-01-01'
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.