Hello guys. I have had a good think and just can't get my head around this.
I have a table (transfers) like the following
id | playerid | old | new | amount
They are all integers.
I am joining this table (teams) to the following
id | name | founded
The join is going to be on old and new.
old and new are both ints and i need the name from the team table. Is it possible to find out both of these names in one query?
Thanks