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

SQL

AخA
 
SELECT MIN(l.log_timestamp) AS first_tagged
FROM change_tag ct
JOIN change_tag_def ctd ON ct.ct_tag_id = ctd.ctd_id
JOIN logging l ON ct.ct_log_id = l.log_id
WHERE ctd.ctd_name = 'uploadwizard';
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...