You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
SELECT t_home.name, t_away.name FROM `schedule` LEFT JOIN team t_home ON schedule.id_home = t_home.id LEFT JOIN team t_away ON schedule.id_away = t_away.id