I have a table of members of a country club that has a column indicating the member id of the member that recommended them. These IDs corresponds to the remember id (memid) column in the same table and I want to know if there is a way to make a new column that indicates the name of the recommending member based on the member id. I'm trying to use the CASE statement but I cannot figure out how to correspond the right name.
An excerpt from the table is Country Club Member Table