Hi, just want to thank everyone ahead of time for their help.
I have a database, that has a list of teams, and it has two fields called owner and captain. Those are id's that match member_id in another forum. What I want to do is get the member_id from that table, but if its not there I want it to return with null if the member_id doesn't exist.
I know I can do a simple left join to grab it if it had one id, but I don't know how to do this with two ids.