tmp_sql: SELECT transcription_id
			FROM `transcriptions` 
			WHERE status = 'COMPLETED'
			AND audio_type = 'YT'
			AND `duration_seconds` < 0
			;

END: 1