3 lines
73 B
MySQL
3 lines
73 B
MySQL
|
select * from competitions
|
||
|
join games on games.id = competitions.game_id
|