Someone could help me.
Have the following tables
PLAYERS id name nickname status
EVENTS id date local_id
PLACES id event_id winner_id loser_id
the winner_id and loser_id fields, store the player id in the PLAYERS table, how to make a query that returns the winner's name and the loser's name?
Thank you