VP
Size: a a a
VP
VP
SS
АД
CR
SS
ES
A
AI

select first_team_id as team_id, second_team_id as team_id from iss_matches where iss_matches.id in(select distinct match_idfrom iss_video_uploadswhere iss_video_uploads.user_id = 1and iss_video_uploads.match_id is not null)АД
AI
АД
OA
AI
AI
SS
OA
select first_team_id as team_id
from iss_matches
where iss_matches.id in
(select distinct match_id
from iss_video_uploads
where iss_video_uploads.user_id = 1
and iss_video_uploads.match_id is not null)
UNION
select second_team_id as team_id
from iss_matches
where iss_matches.id in
(select distinct match_id
from iss_video_uploads
where iss_video_uploads.user_id = 1
and iss_video_uploads.match_id is not null)
SS
OA