Hey there - I'm trying to make the same join on two different fields in the same record. I have a field "sender" and a field "receiver", both contain user IDs. I want to select with this queary the usernames for both userIDs by joining on the users table, twice.
In effect, I...